Html Css Color HEX #1DCFCE Dark Turquoise

📋 copy color: '#1DCFCE'

red 29 ◦ green 207 ◦ blue 206

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

Shades of Dark Turquoise #1DCFCE

Tints of Dark Turquoise #1DCFCE

RGB

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

 GREEN value IS 207 (81.25% from 255) = 46.83%

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

R = 6.56%
G = 46.83%
B = 46.61%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.00

 K value IS 0.19

RGB Variations

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

Color information

#1DCFCE (or 0x1DCFCE) is known color: Dark Turquoise. HEX triplet: 1D, CF and CE. RGB value is (29,207,206). Sum of RGB (Red+Green+Blue) = 29+207+206=442 (58% of max value = 765). Red value is 29 (11.72% from 255 or 6.56% from 442); Green value is 207 (81.25% from 255 or 46.83% from 442); Blue value is 206 (80.86% from 255 or 46.61% from 442); Max value from RGB is 207 - color contains mainly: green. Hex color #1DCFCE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DCFCE is #E23031. Grayscale: #999999. Windows color (decimal): -14823474 or 13553437. OLE color: 13553437.

HSL color Cylindrical-coordinate representation of color #1DCFCE: hue angle of 179.66º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1DCFCE is Cyan = 0.86, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.19.

Color convert

RGB 29 207 206 -
CMYK 0.86 0 0.00 0.19
HSL 179.66º 0.75% 0.46% -
HSV(B) 179.66º 0.86% 0.81% -
XYZ 33.96 49.34 66.13 -
YUV 153.66 157.53 39.08 -
System Red Green Blue C M Y K H S L
Decimal 29 207 206 0.86 0 0.00 0.19 179.66 0.75 0.46
Hex 1D CF CE 56 0 0 13 B4 4B 2E
Octal 35 317 316 126 0 0 23 264 113 56
Binary 11101 11001111 11001110 1010110 0 0 10011 10110100 1001011 101110

Color Harmonies of #1DCFCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DCFCE

Black with #1DCFCE

Text Example


Text Example

White with #1DCFCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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