Html Css Color HEX #1EE3CC Bright Turquoise

📋 copy color: '#1EE3CC'

red 30 ◦ green 227 ◦ blue 204

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

Shades of Bright Turquoise #1EE3CC

Tints of Bright Turquoise #1EE3CC

RGB

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

 GREEN value IS 227 (89.06% from 255) = 49.24%

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

R = 6.51%
G = 49.24%
B = 44.25%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.10

 K value IS 0.11

RGB Variations

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

Color information

#1EE3CC (or 0x1EE3CC) is known color: Bright Turquoise. HEX triplet: 1E, E3 and CC. RGB value is (30,227,204). Sum of RGB (Red+Green+Blue) = 30+227+204=461 (61% of max value = 765). Red value is 30 (12.11% from 255 or 6.51% from 461); Green value is 227 (89.06% from 255 or 49.24% from 461); Blue value is 204 (80.08% from 255 or 44.25% from 461); Max value from RGB is 227 - color contains mainly: green. Hex color #1EE3CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1EE3CC is #E11C33. Grayscale: #A5A5A5. Windows color (decimal): -14752820 or 13427486. OLE color: 13427486.

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

Color convert

RGB 30 227 204 -
CMYK 0.87 0 0.10 0.11
HSL 172.99º 0.78% 0.5% -
HSV(B) 172.99º 0.87% 0.89% -
XYZ 38.9 59.57 66.58 -
YUV 165.48 149.73 31.37 -
System Red Green Blue C M Y K H S L
Decimal 30 227 204 0.87 0 0.10 0.11 172.99 0.78 0.5
Hex 1E E3 CC 57 0 A B AD 4E 32
Octal 36 343 314 127 0 12 13 255 116 62
Binary 11110 11100011 11001100 1010111 0 1010 1011 10101101 1001110 110010

Color Harmonies of #1EE3CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EE3CC

Black with #1EE3CC

Text Example


Text Example

White with #1EE3CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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