Html Css Color HEX #1EFCDD Bright Turquoise

📋 copy color: '#1EFCDD'

red 30 ◦ green 252 ◦ blue 221

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

Shades of Bright Turquoise #1EFCDD

Tints of Bright Turquoise #1EFCDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 43.94%

R = 5.96%
G = 50.1%
B = 43.94%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#1EFCDD (or 0x1EFCDD) is known color: Bright Turquoise. HEX triplet: 1E, FC and DD. RGB value is (30,252,221). Sum of RGB (Red+Green+Blue) = 30+252+221=503 (66% of max value = 765). Red value is 30 (12.11% from 255 or 5.96% from 503); Green value is 252 (98.83% from 255 or 50.10% from 503); Blue value is 221 (86.72% from 255 or 43.94% from 503); Max value from RGB is 252 - color contains mainly: green. Hex color #1EFCDD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1EFCDD is #E10322. Grayscale: #B5B5B5. Windows color (decimal): -14746403 or 14547998. OLE color: 14547998.

HSL color Cylindrical-coordinate representation of color #1EFCDD: hue angle of 171.62º 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 #1EFCDD is Cyan = 0.88, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.

Color convert

RGB 30 252 221 -
CMYK 0.88 0 0.12 0.01
HSL 171.62º 0.97% 0.55% -
HSV(B) 171.62º 0.88% 0.99% -
XYZ 48.4 75.12 80.35 -
YUV 182.09 149.95 19.52 -
System Red Green Blue C M Y K H S L
Decimal 30 252 221 0.88 0 0.12 0.01 171.62 0.97 0.55
Hex 1E FC DD 58 0 C 1 AC 61 37
Octal 36 374 335 130 0 14 1 254 141 67
Binary 11110 11111100 11011101 1011000 0 1100 1 10101100 1100001 110111

Color Harmonies of #1EFCDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EFCDD

Black with #1EFCDD

Text Example


Text Example

White with #1EFCDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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