Html Css Color HEX #1ADFF9 Bright Turquoise

📋 copy color: '#1ADFF9'

red 26 ◦ green 223 ◦ blue 249

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

Shades of Bright Turquoise #1ADFF9

Tints of Bright Turquoise #1ADFF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 50%

R = 5.22%
G = 44.78%
B = 50%

CMYK

 C value IS 0.90

 M value IS 0.10

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1ADFF9 (or 0x1ADFF9) is known color: Bright Turquoise. HEX triplet: 1A, DF and F9. RGB value is (26,223,249). Sum of RGB (Red+Green+Blue) = 26+223+249=498 (65% of max value = 765). Red value is 26 (10.55% from 255 or 5.22% from 498); Green value is 223 (87.5% from 255 or 44.78% from 498); Blue value is 249 (97.66% from 255 or 50% from 498); Max value from RGB is 249 - color contains mainly: blue. Hex color #1ADFF9 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1ADFF9 is #E52006. Grayscale: #A6A6A6. Windows color (decimal): -15015943 or 16375578. OLE color: 16375578.

HSL color Cylindrical-coordinate representation of color #1ADFF9: hue angle of 187º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1ADFF9 is Cyan = 0.90, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 26 223 249 -
CMYK 0.90 0.10 0 0.02
HSL 187º 0.95% 0.54% -
HSV(B) 187º 0.9% 0.98% -
XYZ 43.91 59.83 98.86 -
YUV 167.06 174.23 27.39 -
System Red Green Blue C M Y K H S L
Decimal 26 223 249 0.90 0.10 0 0.02 187 0.95 0.54
Hex 1A DF F9 5A A 0 2 BB 5F 36
Octal 32 337 371 132 12 0 2 273 137 66
Binary 11010 11011111 11111001 1011010 1010 0 10 10111011 1011111 110110

Color Harmonies of #1ADFF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ADFF9

Black with #1ADFF9

Text Example


Text Example

White with #1ADFF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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