Html Css Color HEX #5BE8FC Turquoise Blue

📋 copy color: '#5BE8FC'

red 91 ◦ green 232 ◦ blue 252

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

Shades of Turquoise Blue #5BE8FC

Tints of Turquoise Blue #5BE8FC

RGB

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

 GREEN value IS 232 (91.02% from 255) = 40.35%

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

R = 15.83%
G = 40.35%
B = 43.83%

CMYK

 C value IS 0.64

 M value IS 0.08

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5BE8FC (or 0x5BE8FC) is known color: Turquoise Blue. HEX triplet: 5B, E8 and FC. RGB value is (91,232,252). Sum of RGB (Red+Green+Blue) = 91+232+252=575 (76% of max value = 765). Red value is 91 (35.94% from 255 or 15.83% from 575); Green value is 232 (91.02% from 255 or 40.35% from 575); Blue value is 252 (98.83% from 255 or 43.83% from 575); Max value from RGB is 252 - color contains mainly: blue. Hex color #5BE8FC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5BE8FC is #A41703. Grayscale: #BFBFBF. Windows color (decimal): -10753796 or 16574555. OLE color: 16574555.

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

Color convert

RGB 91 232 252 -
CMYK 0.64 0.08 0 0.01
HSL 187.45º 0.96% 0.67% -
HSV(B) 187.45º 0.64% 0.99% -
XYZ 50.74 66.97 102.35 -
YUV 192.12 161.79 55.87 -
System Red Green Blue C M Y K H S L
Decimal 91 232 252 0.64 0.08 0 0.01 187.45 0.96 0.67
Hex 5B E8 FC 40 8 0 1 BB 60 43
Octal 133 350 374 100 10 0 1 273 140 103
Binary 1011011 11101000 11111100 1000000 1000 0 1 10111011 1100000 1000011

Color Harmonies of #5BE8FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BE8FC

Black with #5BE8FC

Text Example


Text Example

White with #5BE8FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,232,252); }

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

background-color css

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

 a { background-color: rgb(91,232,252); }

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

border-color css

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

 span { border-color: rgb(91,232,252); }

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