Html Css Color HEX #5AD6FD Turquoise Blue

📋 copy color: '#5AD6FD'

red 90 ◦ green 214 ◦ blue 253

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

Shades of Turquoise Blue #5AD6FD

Tints of Turquoise Blue #5AD6FD

RGB

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

 GREEN value IS 214 (83.98% from 255) = 38.42%

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

R = 16.16%
G = 38.42%
B = 45.42%

CMYK

 C value IS 0.64

 M value IS 0.15

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5AD6FD (or 0x5AD6FD) is known color: Turquoise Blue. HEX triplet: 5A, D6 and FD. RGB value is (90,214,253). Sum of RGB (Red+Green+Blue) = 90+214+253=557 (73% of max value = 765). Red value is 90 (35.55% from 255 or 16.16% from 557); Green value is 214 (83.98% from 255 or 38.42% from 557); Blue value is 253 (99.22% from 255 or 45.42% from 557); Max value from RGB is 253 - color contains mainly: blue. Hex color #5AD6FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5AD6FD is #A52902. Grayscale: #B5B5B5. Windows color (decimal): -10823939 or 16635482. OLE color: 16635482.

HSL color Cylindrical-coordinate representation of color #5AD6FD: hue angle of 194.36º 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 #5AD6FD is Cyan = 0.64, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 90 214 253 -
CMYK 0.64 0.15 0 0.01
HSL 194.36º 0.98% 0.67% -
HSV(B) 194.36º 0.64% 0.99% -
XYZ 45.99 57.36 101.58 -
YUV 181.37 168.42 62.83 -
System Red Green Blue C M Y K H S L
Decimal 90 214 253 0.64 0.15 0 0.01 194.36 0.98 0.67
Hex 5A D6 FD 40 F 0 1 C2 62 43
Octal 132 326 375 100 17 0 1 302 142 103
Binary 1011010 11010110 11111101 1000000 1111 0 1 11000010 1100010 1000011

Color Harmonies of #5AD6FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AD6FD

Black with #5AD6FD

Text Example


Text Example

White with #5AD6FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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