Html Css Color HEX #5ED3FC Turquoise Blue

📋 copy color: '#5ED3FC'

red 94 ◦ green 211 ◦ blue 252

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

Shades of Turquoise Blue #5ED3FC

Tints of Turquoise Blue #5ED3FC

RGB

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

 GREEN value IS 211 (82.81% from 255) = 37.88%

 BLUE value IS 252 (98.83% from 255) = 45.24%

R = 16.88%
G = 37.88%
B = 45.24%

CMYK

 C value IS 0.63

 M value IS 0.16

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5ED3FC (or 0x5ED3FC) is known color: Turquoise Blue. HEX triplet: 5E, D3 and FC. RGB value is (94,211,252). Sum of RGB (Red+Green+Blue) = 94+211+252=557 (73% of max value = 765). Red value is 94 (37.11% from 255 or 16.88% from 557); Green value is 211 (82.81% from 255 or 37.88% from 557); Blue value is 252 (98.83% from 255 or 45.24% from 557); Max value from RGB is 252 - color contains mainly: blue. Hex color #5ED3FC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5ED3FC is #A12C03. Grayscale: #B4B4B4. Windows color (decimal): -10562564 or 16569182. OLE color: 16569182.

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

Color convert

RGB 94 211 252 -
CMYK 0.63 0.16 0 0.01
HSL 195.57º 0.96% 0.68% -
HSV(B) 195.57º 0.63% 0.99% -
XYZ 45.48 56 100.51 -
YUV 180.69 168.24 66.17 -
System Red Green Blue C M Y K H S L
Decimal 94 211 252 0.63 0.16 0 0.01 195.57 0.96 0.68
Hex 5E D3 FC 3F 10 0 1 C4 60 44
Octal 136 323 374 77 20 0 1 304 140 104
Binary 1011110 11010011 11111100 111111 10000 0 1 11000100 1100000 1000100

Color Harmonies of #5ED3FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ED3FC

Black with #5ED3FC

Text Example


Text Example

White with #5ED3FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,211,252); }

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

background-color css

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

 a { background-color: rgb(94,211,252); }

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

border-color css

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

 span { border-color: rgb(94,211,252); }

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