Html Css Color HEX #1EFCDC Bright Turquoise

📋 copy color: '#1EFCDC'

red 30 ◦ green 252 ◦ blue 220

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

Shades of Bright Turquoise #1EFCDC

Tints of Bright Turquoise #1EFCDC

RGB

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

 GREEN value IS 252 (98.83% from 255) = 50.2%

 BLUE value IS 220 (86.33% from 255) = 43.82%

R = 5.98%
G = 50.2%
B = 43.82%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#1EFCDC (or 0x1EFCDC) is known color: Bright Turquoise. HEX triplet: 1E, FC and DC. RGB value is (30,252,220). Sum of RGB (Red+Green+Blue) = 30+252+220=502 (66% of max value = 765). Red value is 30 (12.11% from 255 or 5.98% from 502); Green value is 252 (98.83% from 255 or 50.20% from 502); Blue value is 220 (86.33% from 255 or 43.82% from 502); Max value from RGB is 252 - color contains mainly: green. Hex color #1EFCDC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1EFCDC is #E10323. Grayscale: #B5B5B5. Windows color (decimal): -14746404 or 14482462. OLE color: 14482462.

HSL color Cylindrical-coordinate representation of color #1EFCDC: hue angle of 171.35º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1EFCDC is Cyan = 0.88, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB 30 252 220 -
CMYK 0.88 0 0.13 0.01
HSL 171.35º 0.97% 0.55% -
HSV(B) 171.35º 0.88% 0.99% -
XYZ 48.26 75.06 79.66 -
YUV 181.97 149.45 19.6 -
System Red Green Blue C M Y K H S L
Decimal 30 252 220 0.88 0 0.13 0.01 171.35 0.97 0.55
Hex 1E FC DC 58 0 D 1 AB 61 37
Octal 36 374 334 130 0 15 1 253 141 67
Binary 11110 11111100 11011100 1011000 0 1101 1 10101011 1100001 110111

Color Harmonies of #1EFCDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EFCDC

Black with #1EFCDC

Text Example


Text Example

White with #1EFCDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,252,220); }

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

background-color css

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

 a { background-color: rgb(30,252,220); }

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

border-color css

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

 span { border-color: rgb(30,252,220); }

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