Html Css Color HEX #5AD4FD Turquoise Blue

📋 copy color: '#5AD4FD'

red 90 ◦ green 212 ◦ blue 253

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

Shades of Turquoise Blue #5AD4FD

Tints of Turquoise Blue #5AD4FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 45.59%

R = 16.22%
G = 38.2%
B = 45.59%

CMYK

 C value IS 0.64

 M value IS 0.16

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5AD4FD (or 0x5AD4FD) is known color: Turquoise Blue. HEX triplet: 5A, D4 and FD. RGB value is (90,212,253). Sum of RGB (Red+Green+Blue) = 90+212+253=555 (73% of max value = 765). Red value is 90 (35.55% from 255 or 16.22% from 555); Green value is 212 (83.20% from 255 or 38.20% from 555); Blue value is 253 (99.22% from 255 or 45.59% from 555); Max value from RGB is 253 - color contains mainly: blue. Hex color #5AD4FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5AD4FD is #A52B02. Grayscale: #B3B3B3. Windows color (decimal): -10824451 or 16634970. OLE color: 16634970.

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

Color convert

RGB 90 212 253 -
CMYK 0.64 0.16 0 0.01
HSL 195.09º 0.98% 0.67% -
HSV(B) 195.09º 0.64% 0.99% -
XYZ 45.49 56.35 101.41 -
YUV 180.2 169.08 63.67 -
System Red Green Blue C M Y K H S L
Decimal 90 212 253 0.64 0.16 0 0.01 195.09 0.98 0.67
Hex 5A D4 FD 40 10 0 1 C3 62 43
Octal 132 324 375 100 20 0 1 303 142 103
Binary 1011010 11010100 11111101 1000000 10000 0 1 11000011 1100010 1000011

Color Harmonies of #5AD4FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AD4FD

Black with #5AD4FD

Text Example


Text Example

White with #5AD4FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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