Html Css Color HEX #1EEEC0 Bright Turquoise

📋 copy color: '#1EEEC0'

red 30 ◦ green 238 ◦ blue 192

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

Shades of Bright Turquoise #1EEEC0

Tints of Bright Turquoise #1EEEC0

RGB

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

 GREEN value IS 238 (93.36% from 255) = 51.74%

 BLUE value IS 192 (75.39% from 255) = 41.74%

R = 6.52%
G = 51.74%
B = 41.74%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.19

 K value IS 0.07

RGB Variations

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

Color information

#1EEEC0 (or 0x1EEEC0) is known color: Bright Turquoise. HEX triplet: 1E, EE and C0. RGB value is (30,238,192). Sum of RGB (Red+Green+Blue) = 30+238+192=460 (60% of max value = 765). Red value is 30 (12.11% from 255 or 6.52% from 460); Green value is 238 (93.36% from 255 or 51.74% from 460); Blue value is 192 (75.39% from 255 or 41.74% from 460); Max value from RGB is 238 - color contains mainly: green. Hex color #1EEEC0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1EEEC0 is #E1113F. Grayscale: #AAAAAA. Windows color (decimal): -14750016 or 12643870. OLE color: 12643870.

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

Color convert

RGB 30 238 192 -
CMYK 0.87 0 0.19 0.07
HSL 166.73º 0.86% 0.53% -
HSV(B) 166.73º 0.87% 0.93% -
XYZ 40.62 65.23 60.32 -
YUV 170.56 140.09 27.74 -
System Red Green Blue C M Y K H S L
Decimal 30 238 192 0.87 0 0.19 0.07 166.73 0.86 0.53
Hex 1E EE C0 57 0 13 7 A7 56 35
Octal 36 356 300 127 0 23 7 247 126 65
Binary 11110 11101110 11000000 1010111 0 10011 111 10100111 1010110 110101

Color Harmonies of #1EEEC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EEEC0

Black with #1EEEC0

Text Example


Text Example

White with #1EEEC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,238,192); }

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

background-color css

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

 a { background-color: rgb(30,238,192); }

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

border-color css

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

 span { border-color: rgb(30,238,192); }

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