Html Css Color HEX #5BECF6 Turquoise Blue

📋 copy color: '#5BECF6'

red 91 ◦ green 236 ◦ blue 246

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

Shades of Turquoise Blue #5BECF6

Tints of Turquoise Blue #5BECF6

RGB

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

 GREEN value IS 236 (92.58% from 255) = 41.19%

 BLUE value IS 246 (96.48% from 255) = 42.93%

R = 15.88%
G = 41.19%
B = 42.93%

CMYK

 C value IS 0.63

 M value IS 0.04

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#5BECF6 (or 0x5BECF6) is known color: Turquoise Blue. HEX triplet: 5B, EC and F6. RGB value is (91,236,246). Sum of RGB (Red+Green+Blue) = 91+236+246=573 (75% of max value = 765). Red value is 91 (35.94% from 255 or 15.88% from 573); Green value is 236 (92.58% from 255 or 41.19% from 573); Blue value is 246 (96.48% from 255 or 42.93% from 573); Max value from RGB is 246 - color contains mainly: blue. Hex color #5BECF6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5BECF6 is #A41309. Grayscale: #C1C1C1. Windows color (decimal): -10752778 or 16182363. OLE color: 16182363.

HSL color Cylindrical-coordinate representation of color #5BECF6: hue angle of 183.87º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5BECF6 is Cyan = 0.63, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 91 236 246 -
CMYK 0.63 0.04 0 0.04
HSL 183.87º 0.9% 0.66% -
HSV(B) 183.87º 0.63% 0.96% -
XYZ 50.94 68.87 97.8 -
YUV 193.79 157.46 54.69 -
System Red Green Blue C M Y K H S L
Decimal 91 236 246 0.63 0.04 0 0.04 183.87 0.9 0.66
Hex 5B EC F6 3F 4 0 4 B8 5A 42
Octal 133 354 366 77 4 0 4 270 132 102
Binary 1011011 11101100 11110110 111111 100 0 100 10111000 1011010 1000010

Color Harmonies of #5BECF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BECF6

Black with #5BECF6

Text Example


Text Example

White with #5BECF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,236,246); }

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

background-color css

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

 a { background-color: rgb(91,236,246); }

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

border-color css

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

 span { border-color: rgb(91,236,246); }

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