Html Css Color HEX #5BE9F8 Turquoise Blue

📋 copy color: '#5BE9F8'

red 91 ◦ green 233 ◦ blue 248

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

Shades of Turquoise Blue #5BE9F8

Tints of Turquoise Blue #5BE9F8

RGB

 RED value IS 91 (35.94% from 255) = 15.91%

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

 BLUE value IS 248 (97.27% from 255) = 43.36%

R = 15.91%
G = 40.73%
B = 43.36%

CMYK

 C value IS 0.63

 M value IS 0.06

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#5BE9F8 (or 0x5BE9F8) is known color: Turquoise Blue. HEX triplet: 5B, E9 and F8. RGB value is (91,233,248). Sum of RGB (Red+Green+Blue) = 91+233+248=572 (75% of max value = 765). Red value is 91 (35.94% from 255 or 15.91% from 572); Green value is 233 (91.41% from 255 or 40.73% from 572); Blue value is 248 (97.27% from 255 or 43.36% from 572); Max value from RGB is 248 - color contains mainly: blue. Hex color #5BE9F8 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5BE9F8 is #A41607. Grayscale: #C0C0C0. Windows color (decimal): -10753544 or 16312667. OLE color: 16312667.

HSL color Cylindrical-coordinate representation of color #5BE9F8: hue angle of 185.73º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5BE9F8 is Cyan = 0.63, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 91 233 248 -
CMYK 0.63 0.06 0 0.03
HSL 185.73º 0.92% 0.66% -
HSV(B) 185.73º 0.63% 0.97% -
XYZ 50.4 67.28 99.14 -
YUV 192.25 159.46 55.78 -
System Red Green Blue C M Y K H S L
Decimal 91 233 248 0.63 0.06 0 0.03 185.73 0.92 0.66
Hex 5B E9 F8 3F 6 0 3 BA 5C 42
Octal 133 351 370 77 6 0 3 272 134 102
Binary 1011011 11101001 11111000 111111 110 0 11 10111010 1011100 1000010

Color Harmonies of #5BE9F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BE9F8

Black with #5BE9F8

Text Example


Text Example

White with #5BE9F8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,233,248); }

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

background-color css

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

 a { background-color: rgb(91,233,248); }

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

border-color css

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

 span { border-color: rgb(91,233,248); }

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