Html Css Color HEX #5ADEFA Turquoise Blue

📋 copy color: '#5ADEFA'

red 90 ◦ green 222 ◦ blue 250

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

Shades of Turquoise Blue #5ADEFA

Tints of Turquoise Blue #5ADEFA

RGB

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

 GREEN value IS 222 (87.11% from 255) = 39.5%

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

R = 16.01%
G = 39.5%
B = 44.48%

CMYK

 C value IS 0.64

 M value IS 0.11

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5ADEFA (or 0x5ADEFA) is known color: Turquoise Blue. HEX triplet: 5A, DE and FA. RGB value is (90,222,250). Sum of RGB (Red+Green+Blue) = 90+222+250=562 (74% of max value = 765). Red value is 90 (35.55% from 255 or 16.01% from 562); Green value is 222 (87.11% from 255 or 39.50% from 562); Blue value is 250 (98.05% from 255 or 44.48% from 562); Max value from RGB is 250 - color contains mainly: blue. Hex color #5ADEFA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5ADEFA is #A52105. Grayscale: #B9B9B9. Windows color (decimal): -10821894 or 16440922. OLE color: 16440922.

HSL color Cylindrical-coordinate representation of color #5ADEFA: hue angle of 190.5º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5ADEFA is Cyan = 0.64, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 90 222 250 -
CMYK 0.64 0.11 0 0.02
HSL 190.5º 0.94% 0.67% -
HSV(B) 190.5º 0.64% 0.98% -
XYZ 47.59 61.32 99.77 -
YUV 185.72 164.27 59.72 -
System Red Green Blue C M Y K H S L
Decimal 90 222 250 0.64 0.11 0 0.02 190.5 0.94 0.67
Hex 5A DE FA 40 B 0 2 BE 5E 43
Octal 132 336 372 100 13 0 2 276 136 103
Binary 1011010 11011110 11111010 1000000 1011 0 10 10111110 1011110 1000011

Color Harmonies of #5ADEFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ADEFA

Black with #5ADEFA

Text Example


Text Example

White with #5ADEFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,222,250); }

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

background-color css

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

 a { background-color: rgb(90,222,250); }

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

border-color css

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

 span { border-color: rgb(90,222,250); }

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