Html Css Color HEX #5ADEED Turquoise Blue

📋 copy color: '#5ADEED'

red 90 ◦ green 222 ◦ blue 237

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

Shades of Turquoise Blue #5ADEED

Tints of Turquoise Blue #5ADEED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 43.17%

R = 16.39%
G = 40.44%
B = 43.17%

CMYK

 C value IS 0.62

 M value IS 0.06

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5ADEED (or 0x5ADEED) is known color: Turquoise Blue. HEX triplet: 5A, DE and ED. RGB value is (90,222,237). Sum of RGB (Red+Green+Blue) = 90+222+237=549 (72% of max value = 765). Red value is 90 (35.55% from 255 or 16.39% from 549); Green value is 222 (87.11% from 255 or 40.44% from 549); Blue value is 237 (92.97% from 255 or 43.17% from 549); Max value from RGB is 237 - color contains mainly: blue. Hex color #5ADEED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5ADEED is #A52112. Grayscale: #B8B8B8. Windows color (decimal): -10821907 or 15588954. OLE color: 15588954.

HSL color Cylindrical-coordinate representation of color #5ADEED: hue angle of 186.12º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5ADEED is Cyan = 0.62, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 90 222 237 -
CMYK 0.62 0.06 0 0.07
HSL 186.12º 0.8% 0.64% -
HSV(B) 186.12º 0.62% 0.93% -
XYZ 45.62 60.53 89.4 -
YUV 184.24 157.77 60.78 -
System Red Green Blue C M Y K H S L
Decimal 90 222 237 0.62 0.06 0 0.07 186.12 0.8 0.64
Hex 5A DE ED 3E 6 0 7 BA 50 40
Octal 132 336 355 76 6 0 7 272 120 100
Binary 1011010 11011110 11101101 111110 110 0 111 10111010 1010000 1000000

Color Harmonies of #5ADEED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ADEED

Black with #5ADEED

Text Example


Text Example

White with #5ADEED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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