Html Css Color HEX #1AD3CE Dark Turquoise

📋 copy color: '#1AD3CE'

red 26 ◦ green 211 ◦ blue 206

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

Shades of Dark Turquoise #1AD3CE

Tints of Dark Turquoise #1AD3CE

RGB

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

 GREEN value IS 211 (82.81% from 255) = 47.63%

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

R = 5.87%
G = 47.63%
B = 46.5%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.02

 K value IS 0.17

RGB Variations

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

Color information

#1AD3CE (or 0x1AD3CE) is known color: Dark Turquoise. HEX triplet: 1A, D3 and CE. RGB value is (26,211,206). Sum of RGB (Red+Green+Blue) = 26+211+206=443 (58% of max value = 765). Red value is 26 (10.55% from 255 or 5.87% from 443); Green value is 211 (82.81% from 255 or 47.63% from 443); Blue value is 206 (80.86% from 255 or 46.50% from 443); Max value from RGB is 211 - color contains mainly: green. Hex color #1AD3CE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1AD3CE is #E52C31. Grayscale: #9A9A9A. Windows color (decimal): -15019058 or 13554458. OLE color: 13554458.

HSL color Cylindrical-coordinate representation of color #1AD3CE: hue angle of 178.38º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1AD3CE is Cyan = 0.88, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.17.

Color convert

RGB 26 211 206 -
CMYK 0.88 0 0.02 0.17
HSL 178.38º 0.78% 0.46% -
HSV(B) 178.38º 0.88% 0.83% -
XYZ 34.86 51.26 66.45 -
YUV 155.12 156.71 35.91 -
System Red Green Blue C M Y K H S L
Decimal 26 211 206 0.88 0 0.02 0.17 178.38 0.78 0.46
Hex 1A D3 CE 58 0 2 11 B2 4E 2E
Octal 32 323 316 130 0 2 21 262 116 56
Binary 11010 11010011 11001110 1011000 0 10 10001 10110010 1001110 101110

Color Harmonies of #1AD3CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AD3CE

Black with #1AD3CE

Text Example


Text Example

White with #1AD3CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,211,206); }

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

background-color css

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

 a { background-color: rgb(26,211,206); }

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

border-color css

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

 span { border-color: rgb(26,211,206); }

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