Html Css Color HEX #1EEFDD Bright Turquoise

📋 copy color: '#1EEFDD'

red 30 ◦ green 239 ◦ blue 221

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

Shades of Bright Turquoise #1EEFDD

Tints of Bright Turquoise #1EEFDD

RGB

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

 GREEN value IS 239 (93.75% from 255) = 48.78%

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

R = 6.12%
G = 48.78%
B = 45.1%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#1EEFDD (or 0x1EEFDD) is known color: Bright Turquoise. HEX triplet: 1E, EF and DD. RGB value is (30,239,221). Sum of RGB (Red+Green+Blue) = 30+239+221=490 (64% of max value = 765). Red value is 30 (12.11% from 255 or 6.12% from 490); Green value is 239 (93.75% from 255 or 48.78% from 490); Blue value is 221 (86.72% from 255 or 45.10% from 490); Max value from RGB is 239 - color contains mainly: green. Hex color #1EEFDD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1EEFDD is #E11022. Grayscale: #AEAEAE. Windows color (decimal): -14749731 or 14544670. OLE color: 14544670.

HSL color Cylindrical-coordinate representation of color #1EEFDD: hue angle of 174.83º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1EEFDD is Cyan = 0.87, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB 30 239 221 -
CMYK 0.87 0 0.08 0.06
HSL 174.83º 0.87% 0.53% -
HSV(B) 174.83º 0.87% 0.94% -
XYZ 44.45 67.23 79.04 -
YUV 174.46 154.26 24.96 -
System Red Green Blue C M Y K H S L
Decimal 30 239 221 0.87 0 0.08 0.06 174.83 0.87 0.53
Hex 1E EF DD 57 0 8 6 AF 57 35
Octal 36 357 335 127 0 10 6 257 127 65
Binary 11110 11101111 11011101 1010111 0 1000 110 10101111 1010111 110101

Color Harmonies of #1EEFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EEFDD

Black with #1EEFDD

Text Example


Text Example

White with #1EEFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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