Html Css Color HEX #1AD9CE Bright Turquoise

📋 copy color: '#1AD9CE'

red 26 ◦ green 217 ◦ blue 206

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

Shades of Bright Turquoise #1AD9CE

Tints of Bright Turquoise #1AD9CE

RGB

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

 GREEN value IS 217 (85.16% from 255) = 48.33%

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

R = 5.79%
G = 48.33%
B = 45.88%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.05

 K value IS 0.15

RGB Variations

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

Color information

#1AD9CE (or 0x1AD9CE) is known color: Bright Turquoise. HEX triplet: 1A, D9 and CE. RGB value is (26,217,206). Sum of RGB (Red+Green+Blue) = 26+217+206=449 (59% of max value = 765). Red value is 26 (10.55% from 255 or 5.79% from 449); Green value is 217 (85.16% from 255 or 48.33% from 449); Blue value is 206 (80.86% from 255 or 45.88% from 449); Max value from RGB is 217 - color contains mainly: green. Hex color #1AD9CE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1AD9CE is #E52631. Grayscale: #9E9E9E. Windows color (decimal): -15017522 or 13555994. OLE color: 13555994.

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

Color convert

RGB 26 217 206 -
CMYK 0.88 0 0.05 0.15
HSL 176.54º 0.79% 0.48% -
HSV(B) 176.54º 0.88% 0.85% -
XYZ 36.38 54.3 66.96 -
YUV 158.64 154.72 33.39 -
System Red Green Blue C M Y K H S L
Decimal 26 217 206 0.88 0 0.05 0.15 176.54 0.79 0.48
Hex 1A D9 CE 58 0 5 F B1 4F 30
Octal 32 331 316 130 0 5 17 261 117 60
Binary 11010 11011001 11001110 1011000 0 101 1111 10110001 1001111 110000

Color Harmonies of #1AD9CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AD9CE

Black with #1AD9CE

Text Example


Text Example

White with #1AD9CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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