Html Css Color HEX #1EEBCC Bright Turquoise

📋 copy color: '#1EEBCC'

red 30 ◦ green 235 ◦ blue 204

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

Shades of Bright Turquoise #1EEBCC

Tints of Bright Turquoise #1EEBCC

RGB

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

 GREEN value IS 235 (92.19% from 255) = 50.11%

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

R = 6.4%
G = 50.11%
B = 43.5%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.13

 K value IS 0.08

RGB Variations

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

Color information

#1EEBCC (or 0x1EEBCC) is known color: Bright Turquoise. HEX triplet: 1E, EB and CC. RGB value is (30,235,204). Sum of RGB (Red+Green+Blue) = 30+235+204=469 (62% of max value = 765). Red value is 30 (12.11% from 255 or 6.40% from 469); Green value is 235 (92.19% from 255 or 50.11% from 469); Blue value is 204 (80.08% from 255 or 43.50% from 469); Max value from RGB is 235 - color contains mainly: green. Hex color #1EEBCC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1EEBCC is #E11433. Grayscale: #AAAAAA. Windows color (decimal): -14750772 or 13429534. OLE color: 13429534.

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

Color convert

RGB 30 235 204 -
CMYK 0.87 0 0.13 0.08
HSL 170.93º 0.84% 0.52% -
HSV(B) 170.93º 0.87% 0.92% -
XYZ 41.14 64.05 67.32 -
YUV 170.17 147.08 28.02 -
System Red Green Blue C M Y K H S L
Decimal 30 235 204 0.87 0 0.13 0.08 170.93 0.84 0.52
Hex 1E EB CC 57 0 D 8 AB 54 34
Octal 36 353 314 127 0 15 10 253 124 64
Binary 11110 11101011 11001100 1010111 0 1101 1000 10101011 1010100 110100

Color Harmonies of #1EEBCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EEBCC

Black with #1EEBCC

Text Example


Text Example

White with #1EEBCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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