Html Css Color HEX #1AD4DC Bright Turquoise

📋 copy color: '#1AD4DC'

red 26 ◦ green 212 ◦ blue 220

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

Shades of Bright Turquoise #1AD4DC

Tints of Bright Turquoise #1AD4DC

RGB

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

 GREEN value IS 212 (83.2% from 255) = 46.29%

 BLUE value IS 220 (86.33% from 255) = 48.03%

R = 5.68%
G = 46.29%
B = 48.03%

CMYK

 C value IS 0.88

 M value IS 0.04

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1AD4DC (or 0x1AD4DC) is known color: Bright Turquoise. HEX triplet: 1A, D4 and DC. RGB value is (26,212,220). Sum of RGB (Red+Green+Blue) = 26+212+220=458 (60% of max value = 765). Red value is 26 (10.55% from 255 or 5.68% from 458); Green value is 212 (83.20% from 255 or 46.29% from 458); Blue value is 220 (86.33% from 255 or 48.03% from 458); Max value from RGB is 220 - color contains mainly: blue. Hex color #1AD4DC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1AD4DC is #E52B23. Grayscale: #9D9D9D. Windows color (decimal): -15018788 or 14472218. OLE color: 14472218.

HSL color Cylindrical-coordinate representation of color #1AD4DC: hue angle of 182.47º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1AD4DC is Cyan = 0.88, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 26 212 220 -
CMYK 0.88 0.04 0 0.14
HSL 182.47º 0.79% 0.48% -
HSV(B) 182.47º 0.88% 0.86% -
XYZ 36.89 52.47 75.89 -
YUV 157.3 163.38 34.35 -
System Red Green Blue C M Y K H S L
Decimal 26 212 220 0.88 0.04 0 0.14 182.47 0.79 0.48
Hex 1A D4 DC 58 4 0 E B6 4F 30
Octal 32 324 334 130 4 0 16 266 117 60
Binary 11010 11010100 11011100 1011000 100 0 1110 10110110 1001111 110000

Color Harmonies of #1AD4DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AD4DC

Black with #1AD4DC

Text Example


Text Example

White with #1AD4DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,212,220); }

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

background-color css

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

 a { background-color: rgb(26,212,220); }

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

border-color css

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

 span { border-color: rgb(26,212,220); }

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