Html Css Color HEX #1EE0CF Bright Turquoise

📋 copy color: '#1EE0CF'

red 30 ◦ green 224 ◦ blue 207

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

Shades of Bright Turquoise #1EE0CF

Tints of Bright Turquoise #1EE0CF

RGB

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

 GREEN value IS 224 (87.89% from 255) = 48.59%

 BLUE value IS 207 (81.25% from 255) = 44.9%

R = 6.51%
G = 48.59%
B = 44.9%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.08

 K value IS 0.12

RGB Variations

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

Color information

#1EE0CF (or 0x1EE0CF) is known color: Bright Turquoise. HEX triplet: 1E, E0 and CF. RGB value is (30,224,207). Sum of RGB (Red+Green+Blue) = 30+224+207=461 (61% of max value = 765). Red value is 30 (12.11% from 255 or 6.51% from 461); Green value is 224 (87.89% from 255 or 48.59% from 461); Blue value is 207 (81.25% from 255 or 44.90% from 461); Max value from RGB is 224 - color contains mainly: green. Hex color #1EE0CF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1EE0CF is #E11F30. Grayscale: #A3A3A3. Windows color (decimal): -14753585 or 13623326. OLE color: 13623326.

HSL color Cylindrical-coordinate representation of color #1EE0CF: hue angle of 174.74º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1EE0CF is Cyan = 0.87, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.12.

Color convert

RGB 30 224 207 -
CMYK 0.87 0 0.08 0.12
HSL 174.74º 0.76% 0.5% -
HSV(B) 174.74º 0.87% 0.88% -
XYZ 38.45 58.09 68.22 -
YUV 164.06 152.23 32.38 -
System Red Green Blue C M Y K H S L
Decimal 30 224 207 0.87 0 0.08 0.12 174.74 0.76 0.5
Hex 1E E0 CF 57 0 8 C AF 4C 32
Octal 36 340 317 127 0 10 14 257 114 62
Binary 11110 11100000 11001111 1010111 0 1000 1100 10101111 1001100 110010

Color Harmonies of #1EE0CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EE0CF

Black with #1EE0CF

Text Example


Text Example

White with #1EE0CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,224,207); }

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

background-color css

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

 a { background-color: rgb(30,224,207); }

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

border-color css

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

 span { border-color: rgb(30,224,207); }

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