Html Css Color HEX #1DCFCF Dark Turquoise

📋 copy color: '#1DCFCF'

red 29 ◦ green 207 ◦ blue 207

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

Shades of Dark Turquoise #1DCFCF

Tints of Dark Turquoise #1DCFCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 46.73%

R = 6.55%
G = 46.73%
B = 46.73%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1DCFCF (or 0x1DCFCF) is known color: Dark Turquoise. HEX triplet: 1D, CF and CF. RGB value is (29,207,207). Sum of RGB (Red+Green+Blue) = 29+207+207=443 (58% of max value = 765). Red value is 29 (11.72% from 255 or 6.55% from 443); Green value is 207 (81.25% from 255 or 46.73% from 443); Blue value is 207 (81.25% from 255 or 46.73% from 443); Max value from RGB is 207 - color contains mainly: green, blue. Hex color #1DCFCF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DCFCF is #E23030. Grayscale: #999999. Windows color (decimal): -14823473 or 13618973. OLE color: 13618973.

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

Color convert

RGB 29 207 207 -
CMYK 0.86 0 0 0.19
HSL 180º 0.75% 0.46% -
HSV(B) 180º 0.86% 0.81% -
XYZ 34.08 49.39 66.77 -
YUV 153.78 158.03 39 -
System Red Green Blue C M Y K H S L
Decimal 29 207 207 0.86 0 0 0.19 180 0.75 0.46
Hex 1D CF CF 56 0 0 13 B4 4B 2E
Octal 35 317 317 126 0 0 23 264 113 56
Binary 11101 11001111 11001111 1010110 0 0 10011 10110100 1001011 101110

Color Harmonies of #1DCFCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DCFCF

Black with #1DCFCF

Text Example


Text Example

White with #1DCFCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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