Html Css Color HEX #1AD8CC Dark Turquoise

📋 copy color: '#1AD8CC'

red 26 ◦ green 216 ◦ blue 204

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

Shades of Dark Turquoise #1AD8CC

Tints of Dark Turquoise #1AD8CC

RGB

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

 GREEN value IS 216 (84.77% from 255) = 48.43%

 BLUE value IS 204 (80.08% from 255) = 45.74%

R = 5.83%
G = 48.43%
B = 45.74%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#1AD8CC (or 0x1AD8CC) is known color: Dark Turquoise. HEX triplet: 1A, D8 and CC. RGB value is (26,216,204). Sum of RGB (Red+Green+Blue) = 26+216+204=446 (59% of max value = 765). Red value is 26 (10.55% from 255 or 5.83% from 446); Green value is 216 (84.77% from 255 or 48.43% from 446); Blue value is 204 (80.08% from 255 or 45.74% from 446); Max value from RGB is 216 - color contains mainly: green. Hex color #1AD8CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1AD8CC is #E52733. Grayscale: #9D9D9D. Windows color (decimal): -15017780 or 13424666. OLE color: 13424666.

HSL color Cylindrical-coordinate representation of color #1AD8CC: hue angle of 176.21º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1AD8CC is Cyan = 0.88, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB 26 216 204 -
CMYK 0.88 0 0.06 0.15
HSL 176.21º 0.79% 0.47% -
HSV(B) 176.21º 0.88% 0.85% -
XYZ 35.88 53.69 65.6 -
YUV 157.82 154.05 33.98 -
System Red Green Blue C M Y K H S L
Decimal 26 216 204 0.88 0 0.06 0.15 176.21 0.79 0.47
Hex 1A D8 CC 58 0 6 F B0 4F 2F
Octal 32 330 314 130 0 6 17 260 117 57
Binary 11010 11011000 11001100 1011000 0 110 1111 10110000 1001111 101111

Color Harmonies of #1AD8CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AD8CC

Black with #1AD8CC

Text Example


Text Example

White with #1AD8CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,216,204); }

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

background-color css

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

 a { background-color: rgb(26,216,204); }

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

border-color css

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

 span { border-color: rgb(26,216,204); }

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