Html Css Color HEX #5EDBFC Turquoise Blue

📋 copy color: '#5EDBFC'

red 94 ◦ green 219 ◦ blue 252

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

Shades of Turquoise Blue #5EDBFC

Tints of Turquoise Blue #5EDBFC

RGB

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

 GREEN value IS 219 (85.94% from 255) = 38.76%

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

R = 16.64%
G = 38.76%
B = 44.6%

CMYK

 C value IS 0.63

 M value IS 0.13

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5EDBFC (or 0x5EDBFC) is known color: Turquoise Blue. HEX triplet: 5E, DB and FC. RGB value is (94,219,252). Sum of RGB (Red+Green+Blue) = 94+219+252=565 (74% of max value = 765). Red value is 94 (37.11% from 255 or 16.64% from 565); Green value is 219 (85.94% from 255 or 38.76% from 565); Blue value is 252 (98.83% from 255 or 44.60% from 565); Max value from RGB is 252 - color contains mainly: blue. Hex color #5EDBFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5EDBFC is #A12403. Grayscale: #B9B9B9. Windows color (decimal): -10560516 or 16571230. OLE color: 16571230.

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

Color convert

RGB 94 219 252 -
CMYK 0.63 0.13 0 0.01
HSL 192.53º 0.96% 0.68% -
HSV(B) 192.53º 0.63% 0.99% -
XYZ 47.52 60.07 101.19 -
YUV 185.39 165.59 62.82 -
System Red Green Blue C M Y K H S L
Decimal 94 219 252 0.63 0.13 0 0.01 192.53 0.96 0.68
Hex 5E DB FC 3F D 0 1 C1 60 44
Octal 136 333 374 77 15 0 1 301 140 104
Binary 1011110 11011011 11111100 111111 1101 0 1 11000001 1100000 1000100

Color Harmonies of #5EDBFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EDBFC

Black with #5EDBFC

Text Example


Text Example

White with #5EDBFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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