Html Css Color HEX #1DCCE2 Dark Turquoise

📋 copy color: '#1DCCE2'

red 29 ◦ green 204 ◦ blue 226

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

Shades of Dark Turquoise #1DCCE2

Tints of Dark Turquoise #1DCCE2

RGB

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

 GREEN value IS 204 (80.08% from 255) = 44.44%

 BLUE value IS 226 (88.67% from 255) = 49.24%

R = 6.32%
G = 44.44%
B = 49.24%

CMYK

 C value IS 0.87

 M value IS 0.10

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#1DCCE2 (or 0x1DCCE2) is known color: Dark Turquoise. HEX triplet: 1D, CC and E2. RGB value is (29,204,226). Sum of RGB (Red+Green+Blue) = 29+204+226=459 (60% of max value = 765). Red value is 29 (11.72% from 255 or 6.32% from 459); Green value is 204 (80.08% from 255 or 44.44% from 459); Blue value is 226 (88.67% from 255 or 49.24% from 459); Max value from RGB is 226 - color contains mainly: blue. Hex color #1DCCE2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DCCE2 is #E2331D. Grayscale: #999999. Windows color (decimal): -14824222 or 14863389. OLE color: 14863389.

HSL color Cylindrical-coordinate representation of color #1DCCE2: hue angle of 186.7º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1DCCE2 is Cyan = 0.87, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 29 204 226 -
CMYK 0.87 0.10 0 0.11
HSL 186.7º 0.77% 0.5% -
HSV(B) 186.7º 0.87% 0.89% -
XYZ 35.83 48.94 79.51 -
YUV 154.18 168.52 38.71 -
System Red Green Blue C M Y K H S L
Decimal 29 204 226 0.87 0.10 0 0.11 186.7 0.77 0.5
Hex 1D CC E2 57 A 0 B BB 4D 32
Octal 35 314 342 127 12 0 13 273 115 62
Binary 11101 11001100 11100010 1010111 1010 0 1011 10111011 1001101 110010

Color Harmonies of #1DCCE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DCCE2

Black with #1DCCE2

Text Example


Text Example

White with #1DCCE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,204,226); }

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

background-color css

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

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

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

border-color css

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

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

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