Html Css Color HEX #1ADFF0 Bright Turquoise

📋 copy color: '#1ADFF0'

red 26 ◦ green 223 ◦ blue 240

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

Shades of Bright Turquoise #1ADFF0

Tints of Bright Turquoise #1ADFF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 49.08%

R = 5.32%
G = 45.6%
B = 49.08%

CMYK

 C value IS 0.89

 M value IS 0.07

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#1ADFF0 (or 0x1ADFF0) is known color: Bright Turquoise. HEX triplet: 1A, DF and F0. RGB value is (26,223,240). Sum of RGB (Red+Green+Blue) = 26+223+240=489 (64% of max value = 765). Red value is 26 (10.55% from 255 or 5.32% from 489); Green value is 223 (87.5% from 255 or 45.60% from 489); Blue value is 240 (94.14% from 255 or 49.08% from 489); Max value from RGB is 240 - color contains mainly: blue. Hex color #1ADFF0 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1ADFF0 is #E5200F. Grayscale: #A5A5A5. Windows color (decimal): -15015952 or 15785754. OLE color: 15785754.

HSL color Cylindrical-coordinate representation of color #1ADFF0: hue angle of 184.77º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1ADFF0 is Cyan = 0.89, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 26 223 240 -
CMYK 0.89 0.07 0 0.06
HSL 184.77º 0.88% 0.52% -
HSV(B) 184.77º 0.89% 0.94% -
XYZ 42.54 59.29 91.64 -
YUV 166.04 169.73 28.12 -
System Red Green Blue C M Y K H S L
Decimal 26 223 240 0.89 0.07 0 0.06 184.77 0.88 0.52
Hex 1A DF F0 59 7 0 6 B9 58 34
Octal 32 337 360 131 7 0 6 271 130 64
Binary 11010 11011111 11110000 1011001 111 0 110 10111001 1011000 110100

Color Harmonies of #1ADFF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ADFF0

Black with #1ADFF0

Text Example


Text Example

White with #1ADFF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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