Html Css Color HEX #5ED4FB Turquoise Blue

📋 copy color: '#5ED4FB'

red 94 ◦ green 212 ◦ blue 251

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

Shades of Turquoise Blue #5ED4FB

Tints of Turquoise Blue #5ED4FB

RGB

 RED value IS 94 (37.11% from 255) = 16.88%

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

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

R = 16.88%
G = 38.06%
B = 45.06%

CMYK

 C value IS 0.63

 M value IS 0.16

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5ED4FB (or 0x5ED4FB) is known color: Turquoise Blue. HEX triplet: 5E, D4 and FB. RGB value is (94,212,251). Sum of RGB (Red+Green+Blue) = 94+212+251=557 (73% of max value = 765). Red value is 94 (37.11% from 255 or 16.88% from 557); Green value is 212 (83.20% from 255 or 38.06% from 557); Blue value is 251 (98.44% from 255 or 45.06% from 557); Max value from RGB is 251 - color contains mainly: blue. Hex color #5ED4FB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5ED4FB is #A12B04. Grayscale: #B4B4B4. Windows color (decimal): -10562309 or 16503902. OLE color: 16503902.

HSL color Cylindrical-coordinate representation of color #5ED4FB: hue angle of 194.9º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5ED4FB is Cyan = 0.63, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 94 212 251 -
CMYK 0.63 0.16 0 0.02
HSL 194.9º 0.95% 0.68% -
HSV(B) 194.9º 0.63% 0.98% -
XYZ 45.57 56.43 99.76 -
YUV 181.16 167.41 65.83 -
System Red Green Blue C M Y K H S L
Decimal 94 212 251 0.63 0.16 0 0.02 194.9 0.95 0.68
Hex 5E D4 FB 3F 10 0 2 C3 5F 44
Octal 136 324 373 77 20 0 2 303 137 104
Binary 1011110 11010100 11111011 111111 10000 0 10 11000011 1011111 1000100

Color Harmonies of #5ED4FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ED4FB

Black with #5ED4FB

Text Example


Text Example

White with #5ED4FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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