Html Css Color HEX #5AD4FB Turquoise Blue

📋 copy color: '#5AD4FB'

red 90 ◦ green 212 ◦ blue 251

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

Shades of Turquoise Blue #5AD4FB

Tints of Turquoise Blue #5AD4FB

RGB

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

 GREEN value IS 212 (83.2% from 255) = 38.34%

 BLUE value IS 251 (98.44% from 255) = 45.39%

R = 16.27%
G = 38.34%
B = 45.39%

CMYK

 C value IS 0.64

 M value IS 0.16

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5AD4FB (or 0x5AD4FB) is known color: Turquoise Blue. HEX triplet: 5A, D4 and FB. RGB value is (90,212,251). Sum of RGB (Red+Green+Blue) = 90+212+251=553 (73% of max value = 765). Red value is 90 (35.55% from 255 or 16.27% from 553); Green value is 212 (83.20% from 255 or 38.34% from 553); Blue value is 251 (98.44% from 255 or 45.39% from 553); Max value from RGB is 251 - color contains mainly: blue. Hex color #5AD4FB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5AD4FB is #A52B04. Grayscale: #B3B3B3. Windows color (decimal): -10824453 or 16503898. OLE color: 16503898.

HSL color Cylindrical-coordinate representation of color #5AD4FB: hue angle of 194.53º degrees, saturation: 0.95, 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 #5AD4FB is Cyan = 0.64, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 90 212 251 -
CMYK 0.64 0.16 0 0.02
HSL 194.53º 0.95% 0.67% -
HSV(B) 194.53º 0.64% 0.98% -
XYZ 45.17 56.23 99.74 -
YUV 179.97 168.08 63.83 -
System Red Green Blue C M Y K H S L
Decimal 90 212 251 0.64 0.16 0 0.02 194.53 0.95 0.67
Hex 5A D4 FB 40 10 0 2 C3 5F 43
Octal 132 324 373 100 20 0 2 303 137 103
Binary 1011010 11010100 11111011 1000000 10000 0 10 11000011 1011111 1000011

Color Harmonies of #5AD4FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AD4FB

Black with #5AD4FB

Text Example


Text Example

White with #5AD4FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,212,251); }

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

background-color css

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

 a { background-color: rgb(90,212,251); }

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

border-color css

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

 span { border-color: rgb(90,212,251); }

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