Html Css Color HEX #5EE9FB Turquoise Blue

📋 copy color: '#5EE9FB'

red 94 ◦ green 233 ◦ blue 251

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

Shades of Turquoise Blue #5EE9FB

Tints of Turquoise Blue #5EE9FB

RGB

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

 GREEN value IS 233 (91.41% from 255) = 40.31%

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

R = 16.26%
G = 40.31%
B = 43.43%

CMYK

 C value IS 0.63

 M value IS 0.07

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5EE9FB (or 0x5EE9FB) is known color: Turquoise Blue. HEX triplet: 5E, E9 and FB. RGB value is (94,233,251). Sum of RGB (Red+Green+Blue) = 94+233+251=578 (76% of max value = 765). Red value is 94 (37.11% from 255 or 16.26% from 578); Green value is 233 (91.41% from 255 or 40.31% from 578); Blue value is 251 (98.44% from 255 or 43.43% from 578); Max value from RGB is 251 - color contains mainly: blue. Hex color #5EE9FB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5EE9FB is #A11604. Grayscale: #C1C1C1. Windows color (decimal): -10556933 or 16509278. OLE color: 16509278.

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

Color convert

RGB 94 233 251 -
CMYK 0.63 0.07 0 0.02
HSL 186.88º 0.95% 0.68% -
HSV(B) 186.88º 0.63% 0.98% -
XYZ 51.17 67.62 101.62 -
YUV 193.49 160.45 57.04 -
System Red Green Blue C M Y K H S L
Decimal 94 233 251 0.63 0.07 0 0.02 186.88 0.95 0.68
Hex 5E E9 FB 3F 7 0 2 BB 5F 44
Octal 136 351 373 77 7 0 2 273 137 104
Binary 1011110 11101001 11111011 111111 111 0 10 10111011 1011111 1000100

Color Harmonies of #5EE9FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EE9FB

Black with #5EE9FB

Text Example


Text Example

White with #5EE9FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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