Html Css Color HEX #1ADFFA Bright Turquoise

📋 copy color: '#1ADFFA'

red 26 ◦ green 223 ◦ blue 250

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

Shades of Bright Turquoise #1ADFFA

Tints of Bright Turquoise #1ADFFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 50.1%

R = 5.21%
G = 44.69%
B = 50.1%

CMYK

 C value IS 0.90

 M value IS 0.11

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1ADFFA (or 0x1ADFFA) is known color: Bright Turquoise. HEX triplet: 1A, DF and FA. RGB value is (26,223,250). Sum of RGB (Red+Green+Blue) = 26+223+250=499 (66% of max value = 765). Red value is 26 (10.55% from 255 or 5.21% from 499); Green value is 223 (87.5% from 255 or 44.69% from 499); Blue value is 250 (98.05% from 255 or 50.10% from 499); Max value from RGB is 250 - color contains mainly: blue. Hex color #1ADFFA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1ADFFA is #E52005. Grayscale: #A6A6A6. Windows color (decimal): -15015942 or 16441114. OLE color: 16441114.

HSL color Cylindrical-coordinate representation of color #1ADFFA: hue angle of 187.23º degrees, saturation: 0.96, 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 #1ADFFA is Cyan = 0.90, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 26 223 250 -
CMYK 0.90 0.11 0 0.02
HSL 187.23º 0.96% 0.54% -
HSV(B) 187.23º 0.9% 0.98% -
XYZ 44.07 59.9 99.68 -
YUV 167.18 174.73 27.3 -
System Red Green Blue C M Y K H S L
Decimal 26 223 250 0.90 0.11 0 0.02 187.23 0.96 0.54
Hex 1A DF FA 5A B 0 2 BB 60 36
Octal 32 337 372 132 13 0 2 273 140 66
Binary 11010 11011111 11111010 1011010 1011 0 10 10111011 1100000 110110

Color Harmonies of #1ADFFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ADFFA

Black with #1ADFFA

Text Example


Text Example

White with #1ADFFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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