Html Css Color HEX #1DEDCE Bright Turquoise

📋 copy color: '#1DEDCE'

red 29 ◦ green 237 ◦ blue 206

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

Shades of Bright Turquoise #1DEDCE

Tints of Bright Turquoise #1DEDCE

RGB

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

 GREEN value IS 237 (92.97% from 255) = 50.21%

 BLUE value IS 206 (80.86% from 255) = 43.64%

R = 6.14%
G = 50.21%
B = 43.64%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#1DEDCE (or 0x1DEDCE) is known color: Bright Turquoise. HEX triplet: 1D, ED and CE. RGB value is (29,237,206). Sum of RGB (Red+Green+Blue) = 29+237+206=472 (62% of max value = 765). Red value is 29 (11.72% from 255 or 6.14% from 472); Green value is 237 (92.97% from 255 or 50.21% from 472); Blue value is 206 (80.86% from 255 or 43.64% from 472); Max value from RGB is 237 - color contains mainly: green. Hex color #1DEDCE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1DEDCE is #E21231. Grayscale: #ABABAB. Windows color (decimal): -14815794 or 13561117. OLE color: 13561117.

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

Color convert

RGB 29 237 206 -
CMYK 0.88 0 0.13 0.07
HSL 171.06º 0.85% 0.52% -
HSV(B) 171.06º 0.88% 0.93% -
XYZ 41.93 65.29 68.78 -
YUV 171.27 147.59 26.52 -
System Red Green Blue C M Y K H S L
Decimal 29 237 206 0.88 0 0.13 0.07 171.06 0.85 0.52
Hex 1D ED CE 58 0 D 7 AB 55 34
Octal 35 355 316 130 0 15 7 253 125 64
Binary 11101 11101101 11001110 1011000 0 1101 111 10101011 1010101 110100

Color Harmonies of #1DEDCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DEDCE

Black with #1DEDCE

Text Example


Text Example

White with #1DEDCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,237,206); }

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

background-color css

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

 a { background-color: rgb(29,237,206); }

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

border-color css

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

 span { border-color: rgb(29,237,206); }

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