Html Css Color HEX #1EECCC Bright Turquoise

📋 copy color: '#1EECCC'

red 30 ◦ green 236 ◦ blue 204

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

Shades of Bright Turquoise #1EECCC

Tints of Bright Turquoise #1EECCC

RGB

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

 GREEN value IS 236 (92.58% from 255) = 50.21%

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

R = 6.38%
G = 50.21%
B = 43.4%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#1EECCC (or 0x1EECCC) is known color: Bright Turquoise. HEX triplet: 1E, EC and CC. RGB value is (30,236,204). Sum of RGB (Red+Green+Blue) = 30+236+204=470 (62% of max value = 765). Red value is 30 (12.11% from 255 or 6.38% from 470); Green value is 236 (92.58% from 255 or 50.21% from 470); Blue value is 204 (80.08% from 255 or 43.40% from 470); Max value from RGB is 236 - color contains mainly: green. Hex color #1EECCC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1EECCC is #E11333. Grayscale: #AAAAAA. Windows color (decimal): -14750516 or 13429790. OLE color: 13429790.

HSL color Cylindrical-coordinate representation of color #1EECCC: hue angle of 170.68º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1EECCC is Cyan = 0.87, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB 30 236 204 -
CMYK 0.87 0 0.14 0.07
HSL 170.68º 0.84% 0.52% -
HSV(B) 170.68º 0.87% 0.93% -
XYZ 41.43 64.63 67.42 -
YUV 170.76 146.75 27.6 -
System Red Green Blue C M Y K H S L
Decimal 30 236 204 0.87 0 0.14 0.07 170.68 0.84 0.52
Hex 1E EC CC 57 0 E 7 AB 54 34
Octal 36 354 314 127 0 16 7 253 124 64
Binary 11110 11101100 11001100 1010111 0 1110 111 10101011 1010100 110100

Color Harmonies of #1EECCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EECCC

Black with #1EECCC

Text Example


Text Example

White with #1EECCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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