Html Css Color HEX #1ADFD9 Bright Turquoise

📋 copy color: '#1ADFD9'

red 26 ◦ green 223 ◦ blue 217

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

Shades of Bright Turquoise #1ADFD9

Tints of Bright Turquoise #1ADFD9

RGB

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

 GREEN value IS 223 (87.5% from 255) = 47.85%

 BLUE value IS 217 (85.16% from 255) = 46.57%

R = 5.58%
G = 47.85%
B = 46.57%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.03

 K value IS 0.13

RGB Variations

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

Color information

#1ADFD9 (or 0x1ADFD9) is known color: Bright Turquoise. HEX triplet: 1A, DF and D9. RGB value is (26,223,217). Sum of RGB (Red+Green+Blue) = 26+223+217=466 (61% of max value = 765). Red value is 26 (10.55% from 255 or 5.58% from 466); Green value is 223 (87.5% from 255 or 47.85% from 466); Blue value is 217 (85.16% from 255 or 46.57% from 466); Max value from RGB is 223 - color contains mainly: green. Hex color #1ADFD9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ADFD9 is #E52026. Grayscale: #A3A3A3. Windows color (decimal): -15015975 or 14278426. OLE color: 14278426.

HSL color Cylindrical-coordinate representation of color #1ADFD9: hue angle of 178.17º 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 #1ADFD9 is Cyan = 0.88, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.13.

Color convert

RGB 26 223 217 -
CMYK 0.88 0 0.03 0.13
HSL 178.17º 0.79% 0.49% -
HSV(B) 178.17º 0.88% 0.87% -
XYZ 39.34 58 74.77 -
YUV 163.41 158.23 29.99 -
System Red Green Blue C M Y K H S L
Decimal 26 223 217 0.88 0 0.03 0.13 178.17 0.79 0.49
Hex 1A DF D9 58 0 3 D B2 4F 31
Octal 32 337 331 130 0 3 15 262 117 61
Binary 11010 11011111 11011001 1011000 0 11 1101 10110010 1001111 110001

Color Harmonies of #1ADFD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ADFD9

Black with #1ADFD9

Text Example


Text Example

White with #1ADFD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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