Html Css Color HEX #1DEECC Bright Turquoise

📋 copy color: '#1DEECC'

red 29 ◦ green 238 ◦ blue 204

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

Shades of Bright Turquoise #1DEECC

Tints of Bright Turquoise #1DEECC

RGB

 RED value IS 29 (11.72% from 255) = 6.16%

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

 BLUE value IS 204 (80.08% from 255) = 43.31%

R = 6.16%
G = 50.53%
B = 43.31%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#1DEECC (or 0x1DEECC) is known color: Bright Turquoise. HEX triplet: 1D, EE and CC. RGB value is (29,238,204). Sum of RGB (Red+Green+Blue) = 29+238+204=471 (62% of max value = 765). Red value is 29 (11.72% from 255 or 6.16% from 471); Green value is 238 (93.36% from 255 or 50.53% from 471); Blue value is 204 (80.08% from 255 or 43.31% from 471); Max value from RGB is 238 - color contains mainly: green. Hex color #1DEECC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1DEECC is #E21133. Grayscale: #ABABAB. Windows color (decimal): -14815540 or 13430301. OLE color: 13430301.

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

Color convert

RGB 29 238 204 -
CMYK 0.88 0 0.14 0.07
HSL 170.24º 0.86% 0.52% -
HSV(B) 170.24º 0.88% 0.93% -
XYZ 41.98 65.77 67.61 -
YUV 171.63 146.26 26.26 -
System Red Green Blue C M Y K H S L
Decimal 29 238 204 0.88 0 0.14 0.07 170.24 0.86 0.52
Hex 1D EE CC 58 0 E 7 AA 56 34
Octal 35 356 314 130 0 16 7 252 126 64
Binary 11101 11101110 11001100 1011000 0 1110 111 10101010 1010110 110100

Color Harmonies of #1DEECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DEECC

Black with #1DEECC

Text Example


Text Example

White with #1DEECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,238,204); }

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

background-color css

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

 a { background-color: rgb(29,238,204); }

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

border-color css

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

 span { border-color: rgb(29,238,204); }

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