Html Css Color HEX #1DC5E1 Dark Turquoise

📋 copy color: '#1DC5E1'

red 29 ◦ green 197 ◦ blue 225

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

Shades of Dark Turquoise #1DC5E1

Tints of Dark Turquoise #1DC5E1

RGB

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

 GREEN value IS 197 (77.34% from 255) = 43.68%

 BLUE value IS 225 (88.28% from 255) = 49.89%

R = 6.43%
G = 43.68%
B = 49.89%

CMYK

 C value IS 0.87

 M value IS 0.12

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#1DC5E1 (or 0x1DC5E1) is known color: Dark Turquoise. HEX triplet: 1D, C5 and E1. RGB value is (29,197,225). Sum of RGB (Red+Green+Blue) = 29+197+225=451 (59% of max value = 765). Red value is 29 (11.72% from 255 or 6.43% from 451); Green value is 197 (77.34% from 255 or 43.68% from 451); Blue value is 225 (88.28% from 255 or 49.89% from 451); Max value from RGB is 225 - color contains mainly: blue. Hex color #1DC5E1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DC5E1 is #E23A1E. Grayscale: #959595. Windows color (decimal): -14826015 or 14796061. OLE color: 14796061.

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

Color convert

RGB 29 197 225 -
CMYK 0.87 0.12 0 0.12
HSL 188.57º 0.77% 0.5% -
HSV(B) 188.57º 0.87% 0.88% -
XYZ 34.06 45.63 78.25 -
YUV 149.96 170.34 41.72 -
System Red Green Blue C M Y K H S L
Decimal 29 197 225 0.87 0.12 0 0.12 188.57 0.77 0.5
Hex 1D C5 E1 57 C 0 C BD 4D 32
Octal 35 305 341 127 14 0 14 275 115 62
Binary 11101 11000101 11100001 1010111 1100 0 1100 10111101 1001101 110010

Color Harmonies of #1DC5E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DC5E1

Black with #1DC5E1

Text Example


Text Example

White with #1DC5E1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,197,225); }

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

background-color css

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

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

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

border-color css

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

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

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