Html Css Color HEX #1DDECD Bright Turquoise

📋 copy color: '#1DDECD'

red 29 ◦ green 222 ◦ blue 205

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

Shades of Bright Turquoise #1DDECD

Tints of Bright Turquoise #1DDECD

RGB

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

 GREEN value IS 222 (87.11% from 255) = 48.68%

 BLUE value IS 205 (80.47% from 255) = 44.96%

R = 6.36%
G = 48.68%
B = 44.96%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#1DDECD (or 0x1DDECD) is known color: Bright Turquoise. HEX triplet: 1D, DE and CD. RGB value is (29,222,205). Sum of RGB (Red+Green+Blue) = 29+222+205=456 (60% of max value = 765). Red value is 29 (11.72% from 255 or 6.36% from 456); Green value is 222 (87.11% from 255 or 48.68% from 456); Blue value is 205 (80.47% from 255 or 44.96% from 456); Max value from RGB is 222 - color contains mainly: green. Hex color #1DDECD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DDECD is #E22132. Grayscale: #A2A2A2. Windows color (decimal): -14819635 or 13491741. OLE color: 13491741.

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

Color convert

RGB 29 222 205 -
CMYK 0.87 0 0.08 0.13
HSL 174.72º 0.77% 0.49% -
HSV(B) 174.72º 0.87% 0.87% -
XYZ 37.65 56.91 66.76 -
YUV 162.36 152.06 32.88 -
System Red Green Blue C M Y K H S L
Decimal 29 222 205 0.87 0 0.08 0.13 174.72 0.77 0.49
Hex 1D DE CD 57 0 8 D AF 4D 31
Octal 35 336 315 127 0 10 15 257 115 61
Binary 11101 11011110 11001101 1010111 0 1000 1101 10101111 1001101 110001

Color Harmonies of #1DDECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DDECD

Black with #1DDECD

Text Example


Text Example

White with #1DDECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,222,205); }

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

background-color css

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

 a { background-color: rgb(29,222,205); }

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

border-color css

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

 span { border-color: rgb(29,222,205); }

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