Html Css Color HEX #1EE9CC Bright Turquoise

📋 copy color: '#1EE9CC'

red 30 ◦ green 233 ◦ blue 204

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

Shades of Bright Turquoise #1EE9CC

Tints of Bright Turquoise #1EE9CC

RGB

 RED value IS 30 (12.11% from 255) = 6.42%

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

 BLUE value IS 204 (80.08% from 255) = 43.68%

R = 6.42%
G = 49.89%
B = 43.68%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.12

 K value IS 0.09

RGB Variations

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

Color information

#1EE9CC (or 0x1EE9CC) is known color: Bright Turquoise. HEX triplet: 1E, E9 and CC. RGB value is (30,233,204). Sum of RGB (Red+Green+Blue) = 30+233+204=467 (61% of max value = 765). Red value is 30 (12.11% from 255 or 6.42% from 467); Green value is 233 (91.41% from 255 or 49.89% from 467); Blue value is 204 (80.08% from 255 or 43.68% from 467); Max value from RGB is 233 - color contains mainly: green. Hex color #1EE9CC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1EE9CC is #E11633. Grayscale: #A8A8A8. Windows color (decimal): -14751284 or 13429022. OLE color: 13429022.

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

Color convert

RGB 30 233 204 -
CMYK 0.87 0 0.12 0.09
HSL 171.43º 0.82% 0.52% -
HSV(B) 171.43º 0.87% 0.91% -
XYZ 40.57 62.91 67.13 -
YUV 169 147.75 28.86 -
System Red Green Blue C M Y K H S L
Decimal 30 233 204 0.87 0 0.12 0.09 171.43 0.82 0.52
Hex 1E E9 CC 57 0 C 9 AB 52 34
Octal 36 351 314 127 0 14 11 253 122 64
Binary 11110 11101001 11001100 1010111 0 1100 1001 10101011 1010010 110100

Color Harmonies of #1EE9CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EE9CC

Black with #1EE9CC

Text Example


Text Example

White with #1EE9CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,233,204); }

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

background-color css

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

 a { background-color: rgb(30,233,204); }

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

border-color css

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

 span { border-color: rgb(30,233,204); }

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