Html Css Color HEX #1ADAF0 Bright Turquoise

📋 copy color: '#1ADAF0'

red 26 ◦ green 218 ◦ blue 240

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

Shades of Bright Turquoise #1ADAF0

Tints of Bright Turquoise #1ADAF0

RGB

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

 GREEN value IS 218 (85.55% from 255) = 45.04%

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

R = 5.37%
G = 45.04%
B = 49.59%

CMYK

 C value IS 0.89

 M value IS 0.09

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#1ADAF0 (or 0x1ADAF0) is known color: Bright Turquoise. HEX triplet: 1A, DA and F0. RGB value is (26,218,240). Sum of RGB (Red+Green+Blue) = 26+218+240=484 (64% of max value = 765). Red value is 26 (10.55% from 255 or 5.37% from 484); Green value is 218 (85.55% from 255 or 45.04% from 484); Blue value is 240 (94.14% from 255 or 49.59% from 484); Max value from RGB is 240 - color contains mainly: blue. Hex color #1ADAF0 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1ADAF0 is #E5250F. Grayscale: #A2A2A2. Windows color (decimal): -15017232 or 15784474. OLE color: 15784474.

HSL color Cylindrical-coordinate representation of color #1ADAF0: hue angle of 186.17º 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 #1ADAF0 is Cyan = 0.89, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 26 218 240 -
CMYK 0.89 0.09 0 0.06
HSL 186.17º 0.88% 0.52% -
HSV(B) 186.17º 0.89% 0.94% -
XYZ 41.23 56.65 91.2 -
YUV 163.1 171.39 30.21 -
System Red Green Blue C M Y K H S L
Decimal 26 218 240 0.89 0.09 0 0.06 186.17 0.88 0.52
Hex 1A DA F0 59 9 0 6 BA 58 34
Octal 32 332 360 131 11 0 6 272 130 64
Binary 11010 11011010 11110000 1011001 1001 0 110 10111010 1011000 110100

Color Harmonies of #1ADAF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ADAF0

Black with #1ADAF0

Text Example


Text Example

White with #1ADAF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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