Html Css Color HEX #1EE6CC Bright Turquoise

📋 copy color: '#1EE6CC'

red 30 ◦ green 230 ◦ blue 204

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

Shades of Bright Turquoise #1EE6CC

Tints of Bright Turquoise #1EE6CC

RGB

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

 GREEN value IS 230 (90.23% from 255) = 49.57%

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

R = 6.47%
G = 49.57%
B = 43.97%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.11

 K value IS 0.10

RGB Variations

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

Color information

#1EE6CC (or 0x1EE6CC) is known color: Bright Turquoise. HEX triplet: 1E, E6 and CC. RGB value is (30,230,204). Sum of RGB (Red+Green+Blue) = 30+230+204=464 (61% of max value = 765). Red value is 30 (12.11% from 255 or 6.47% from 464); Green value is 230 (90.23% from 255 or 49.57% from 464); Blue value is 204 (80.08% from 255 or 43.97% from 464); Max value from RGB is 230 - color contains mainly: green. Hex color #1EE6CC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1EE6CC is #E11933. Grayscale: #A7A7A7. Windows color (decimal): -14752052 or 13428254. OLE color: 13428254.

HSL color Cylindrical-coordinate representation of color #1EE6CC: hue angle of 172.2º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1EE6CC is Cyan = 0.87, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.10.

Color convert

RGB 30 230 204 -
CMYK 0.87 0 0.11 0.10
HSL 172.2º 0.8% 0.51% -
HSV(B) 172.2º 0.87% 0.9% -
XYZ 39.73 61.23 66.85 -
YUV 167.24 148.74 30.11 -
System Red Green Blue C M Y K H S L
Decimal 30 230 204 0.87 0 0.11 0.10 172.2 0.8 0.51
Hex 1E E6 CC 57 0 B A AC 50 33
Octal 36 346 314 127 0 13 12 254 120 63
Binary 11110 11100110 11001100 1010111 0 1011 1010 10101100 1010000 110011

Color Harmonies of #1EE6CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EE6CC

Black with #1EE6CC

Text Example


Text Example

White with #1EE6CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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