Html Css Color HEX #1AD5CD Dark Turquoise

📋 copy color: '#1AD5CD'

red 26 ◦ green 213 ◦ blue 205

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

Shades of Dark Turquoise #1AD5CD

Tints of Dark Turquoise #1AD5CD

RGB

 RED value IS 26 (10.55% from 255) = 5.86%

 GREEN value IS 213 (83.59% from 255) = 47.97%

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

R = 5.86%
G = 47.97%
B = 46.17%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#1AD5CD (or 0x1AD5CD) is known color: Dark Turquoise. HEX triplet: 1A, D5 and CD. RGB value is (26,213,205). Sum of RGB (Red+Green+Blue) = 26+213+205=444 (58% of max value = 765). Red value is 26 (10.55% from 255 or 5.86% from 444); Green value is 213 (83.59% from 255 or 47.97% from 444); Blue value is 205 (80.47% from 255 or 46.17% from 444); Max value from RGB is 213 - color contains mainly: green. Hex color #1AD5CD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1AD5CD is #E52A32. Grayscale: #9C9C9C. Windows color (decimal): -15018547 or 13489434. OLE color: 13489434.

HSL color Cylindrical-coordinate representation of color #1AD5CD: hue angle of 177.43º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1AD5CD is Cyan = 0.88, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB 26 213 205 -
CMYK 0.88 0 0.04 0.16
HSL 177.43º 0.78% 0.47% -
HSV(B) 177.43º 0.88% 0.84% -
XYZ 35.24 52.22 65.98 -
YUV 156.18 155.55 35.15 -
System Red Green Blue C M Y K H S L
Decimal 26 213 205 0.88 0 0.04 0.16 177.43 0.78 0.47
Hex 1A D5 CD 58 0 4 10 B1 4E 2F
Octal 32 325 315 130 0 4 20 261 116 57
Binary 11010 11010101 11001101 1011000 0 100 10000 10110001 1001110 101111

Color Harmonies of #1AD5CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AD5CD

Black with #1AD5CD

Text Example


Text Example

White with #1AD5CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,213,205); }

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

background-color css

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

 a { background-color: rgb(26,213,205); }

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

border-color css

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

 span { border-color: rgb(26,213,205); }

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