Html Css Color HEX #1AD0DF Dark Turquoise

📋 copy color: '#1AD0DF'

red 26 ◦ green 208 ◦ blue 223

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

Shades of Dark Turquoise #1AD0DF

Tints of Dark Turquoise #1AD0DF

RGB

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

 GREEN value IS 208 (81.64% from 255) = 45.51%

 BLUE value IS 223 (87.5% from 255) = 48.8%

R = 5.69%
G = 45.51%
B = 48.8%

CMYK

 C value IS 0.88

 M value IS 0.07

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1AD0DF (or 0x1AD0DF) is known color: Dark Turquoise. HEX triplet: 1A, D0 and DF. RGB value is (26,208,223). Sum of RGB (Red+Green+Blue) = 26+208+223=457 (60% of max value = 765). Red value is 26 (10.55% from 255 or 5.69% from 457); Green value is 208 (81.64% from 255 or 45.51% from 457); Blue value is 223 (87.5% from 255 or 48.80% from 457); Max value from RGB is 223 - color contains mainly: blue. Hex color #1AD0DF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1AD0DF is #E52F20. Grayscale: #9B9B9B. Windows color (decimal): -15019809 or 14667802. OLE color: 14667802.

HSL color Cylindrical-coordinate representation of color #1AD0DF: hue angle of 184.57º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1AD0DF is Cyan = 0.88, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 26 208 223 -
CMYK 0.88 0.07 0 0.13
HSL 184.57º 0.79% 0.49% -
HSV(B) 184.57º 0.88% 0.87% -
XYZ 36.3 50.66 77.68 -
YUV 155.29 166.2 35.78 -
System Red Green Blue C M Y K H S L
Decimal 26 208 223 0.88 0.07 0 0.13 184.57 0.79 0.49
Hex 1A D0 DF 58 7 0 D B9 4F 31
Octal 32 320 337 130 7 0 15 271 117 61
Binary 11010 11010000 11011111 1011000 111 0 1101 10111001 1001111 110001

Color Harmonies of #1AD0DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AD0DF

Black with #1AD0DF

Text Example


Text Example

White with #1AD0DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,208,223); }

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

background-color css

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

 a { background-color: rgb(26,208,223); }

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

border-color css

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

 span { border-color: rgb(26,208,223); }

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