Html Css Color HEX #1CE9BB Bright Turquoise

📋 copy color: '#1CE9BB'

red 28 ◦ green 233 ◦ blue 187

#1CE9BB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bright Turquoise #1CE9BB

Tints of Bright Turquoise #1CE9BB

RGB

 RED value IS 28 (11.33% from 255) = 6.25%

 GREEN value IS 233 (91.41% from 255) = 52.01%

 BLUE value IS 187 (73.44% from 255) = 41.74%

R = 6.25%
G = 52.01%
B = 41.74%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.20

 K value IS 0.09

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#1CE9BB (or 0x1CE9BB) is known color: Bright Turquoise. HEX triplet: 1C, E9 and BB. RGB value is (28,233,187). Sum of RGB (Red+Green+Blue) = 28+233+187=448 (59% of max value = 765). Red value is 28 (11.33% from 255 or 6.25% from 448); Green value is 233 (91.41% from 255 or 52.01% from 448); Blue value is 187 (73.44% from 255 or 41.74% from 448); Max value from RGB is 233 - color contains mainly: green. Hex color #1CE9BB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1CE9BB is #E31644. Grayscale: #A6A6A6. Windows color (decimal): -14882373 or 12314908. OLE color: 12314908.

HSL color Cylindrical-coordinate representation of color #1CE9BB: hue angle of 166.54º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1CE9BB is Cyan = 0.88, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.09.

Color convert

RGB 28 233 187 -
CMYK 0.88 0 0.20 0.09
HSL 166.54º 0.82% 0.51% -
HSV(B) 166.54º 0.88% 0.91% -
XYZ 38.59 62.11 56.97 -
YUV 166.46 139.58 29.24 -
System Red Green Blue C M Y K H S L
Decimal 28 233 187 0.88 0 0.20 0.09 166.54 0.82 0.51
Hex 1C E9 BB 58 0 14 9 A7 52 33
Octal 34 351 273 130 0 24 11 247 122 63
Binary 11100 11101001 10111011 1011000 0 10100 1001 10100111 1010010 110011

Color Harmonies of #1CE9BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CE9BB

Black with #1CE9BB

Text Example


Text Example

White with #1CE9BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1CE9BB; }

 p { color: rgb(28,233,187); }

 H1.HeaderClassName
 {
   color: #1CE9BB;
 }
 .AnyTagClassName
 {
   color: #1CE9BB;
 }
</style>

background-color css

<style>
 a { background-color: #1CE9BB; }

 a { background-color: rgb(28,233,187); }

 div.DivClassName
 {
   background-color: #1CE9BB;
 }
 .BgClassName
 {
   background-color: #1CE9BB;
 }
</style>

border-color css

<style>
 span { border-color: #1CE9BB; }

 span { border-color: rgb(28,233,187); }

 td.TdClassName
 {
   border-color: #1CE9BB;
 }
 .TagClassName
 {
   border-color: #1CE9BB;
 }
</style>