Html Css Color HEX #5ADAF0 Turquoise Blue

📋 copy color: '#5ADAF0'

red 90 ◦ green 218 ◦ blue 240

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

Shades of Turquoise Blue #5ADAF0

Tints of Turquoise Blue #5ADAF0

RGB

 RED value IS 90 (35.55% from 255) = 16.42%

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

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

R = 16.42%
G = 39.78%
B = 43.8%

CMYK

 C value IS 0.62

 M value IS 0.09

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#5ADAF0 (or 0x5ADAF0) is known color: Turquoise Blue. HEX triplet: 5A, DA and F0. RGB value is (90,218,240). Sum of RGB (Red+Green+Blue) = 90+218+240=548 (72% of max value = 765). Red value is 90 (35.55% from 255 or 16.42% from 548); Green value is 218 (85.55% from 255 or 39.78% from 548); Blue value is 240 (94.14% from 255 or 43.80% from 548); Max value from RGB is 240 - color contains mainly: blue. Hex color #5ADAF0 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5ADAF0 is #A5250F. Grayscale: #B6B6B6. Windows color (decimal): -10822928 or 15784538. OLE color: 15784538.

HSL color Cylindrical-coordinate representation of color #5ADAF0: hue angle of 188.8º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5ADAF0 is Cyan = 0.62, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 90 218 240 -
CMYK 0.62 0.09 0 0.06
HSL 188.8º 0.83% 0.65% -
HSV(B) 188.8º 0.63% 0.94% -
XYZ 45.02 58.61 91.38 -
YUV 182.24 160.59 62.21 -
System Red Green Blue C M Y K H S L
Decimal 90 218 240 0.62 0.09 0 0.06 188.8 0.83 0.65
Hex 5A DA F0 3E 9 0 6 BD 53 41
Octal 132 332 360 76 11 0 6 275 123 101
Binary 1011010 11011010 11110000 111110 1001 0 110 10111101 1010011 1000001

Color Harmonies of #5ADAF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ADAF0

Black with #5ADAF0

Text Example


Text Example

White with #5ADAF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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