Html Css Color HEX #1DEEC0 Bright Turquoise

📋 copy color: '#1DEEC0'

red 29 ◦ green 238 ◦ blue 192

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

Shades of Bright Turquoise #1DEEC0

Tints of Bright Turquoise #1DEEC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 41.83%

R = 6.32%
G = 51.85%
B = 41.83%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.19

 K value IS 0.07

RGB Variations

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

Color information

#1DEEC0 (or 0x1DEEC0) is known color: Bright Turquoise. HEX triplet: 1D, EE and C0. RGB value is (29,238,192). Sum of RGB (Red+Green+Blue) = 29+238+192=459 (60% of max value = 765). Red value is 29 (11.72% from 255 or 6.32% from 459); Green value is 238 (93.36% from 255 or 51.85% from 459); Blue value is 192 (75.39% from 255 or 41.83% from 459); Max value from RGB is 238 - color contains mainly: green. Hex color #1DEEC0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1DEEC0 is #E2113F. Grayscale: #AAAAAA. Windows color (decimal): -14815552 or 12643869. OLE color: 12643869.

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

Color convert

RGB 29 238 192 -
CMYK 0.88 0 0.19 0.07
HSL 166.79º 0.86% 0.52% -
HSV(B) 166.79º 0.88% 0.93% -
XYZ 40.6 65.22 60.32 -
YUV 170.27 140.26 27.24 -
System Red Green Blue C M Y K H S L
Decimal 29 238 192 0.88 0 0.19 0.07 166.79 0.86 0.52
Hex 1D EE C0 58 0 13 7 A7 56 34
Octal 35 356 300 130 0 23 7 247 126 64
Binary 11101 11101110 11000000 1011000 0 10011 111 10100111 1010110 110100

Color Harmonies of #1DEEC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DEEC0

Black with #1DEEC0

Text Example


Text Example

White with #1DEEC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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