Html Css Color HEX #5BE3FC Turquoise Blue

📋 copy color: '#5BE3FC'

red 91 ◦ green 227 ◦ blue 252

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

Shades of Turquoise Blue #5BE3FC

Tints of Turquoise Blue #5BE3FC

RGB

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

 GREEN value IS 227 (89.06% from 255) = 39.82%

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

R = 15.96%
G = 39.82%
B = 44.21%

CMYK

 C value IS 0.64

 M value IS 0.10

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5BE3FC (or 0x5BE3FC) is known color: Turquoise Blue. HEX triplet: 5B, E3 and FC. RGB value is (91,227,252). Sum of RGB (Red+Green+Blue) = 91+227+252=570 (75% of max value = 765). Red value is 91 (35.94% from 255 or 15.96% from 570); Green value is 227 (89.06% from 255 or 39.82% from 570); Blue value is 252 (98.83% from 255 or 44.21% from 570); Max value from RGB is 252 - color contains mainly: blue. Hex color #5BE3FC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5BE3FC is #A41C03. Grayscale: #BCBCBC. Windows color (decimal): -10755076 or 16573275. OLE color: 16573275.

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

Color convert

RGB 91 227 252 -
CMYK 0.64 0.10 0 0.01
HSL 189.32º 0.96% 0.67% -
HSV(B) 189.32º 0.64% 0.99% -
XYZ 49.35 64.19 101.88 -
YUV 189.19 163.44 57.97 -
System Red Green Blue C M Y K H S L
Decimal 91 227 252 0.64 0.10 0 0.01 189.32 0.96 0.67
Hex 5B E3 FC 40 A 0 1 BD 60 43
Octal 133 343 374 100 12 0 1 275 140 103
Binary 1011011 11100011 11111100 1000000 1010 0 1 10111101 1100000 1000011

Color Harmonies of #5BE3FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BE3FC

Black with #5BE3FC

Text Example


Text Example

White with #5BE3FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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