Html Css Color HEX #5BEEF0 Turquoise Blue

📋 copy color: '#5BEEF0'

red 91 ◦ green 238 ◦ blue 240

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

Shades of Turquoise Blue #5BEEF0

Tints of Turquoise Blue #5BEEF0

RGB

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

 GREEN value IS 238 (93.36% from 255) = 41.83%

 BLUE value IS 240 (94.14% from 255) = 42.18%

R = 15.99%
G = 41.83%
B = 42.18%

CMYK

 C value IS 0.62

 M value IS 0.01

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#5BEEF0 (or 0x5BEEF0) is known color: Turquoise Blue. HEX triplet: 5B, EE and F0. RGB value is (91,238,240). Sum of RGB (Red+Green+Blue) = 91+238+240=569 (75% of max value = 765). Red value is 91 (35.94% from 255 or 15.99% from 569); Green value is 238 (93.36% from 255 or 41.83% from 569); Blue value is 240 (94.14% from 255 or 42.18% from 569); Max value from RGB is 240 - color contains mainly: blue. Hex color #5BEEF0 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5BEEF0 is #A4110F. Grayscale: #C2C2C2. Windows color (decimal): -10752272 or 15789659. OLE color: 15789659.

HSL color Cylindrical-coordinate representation of color #5BEEF0: hue angle of 180.81º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5BEEF0 is Cyan = 0.62, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 91 238 240 -
CMYK 0.62 0.01 0 0.06
HSL 180.81º 0.83% 0.65% -
HSV(B) 180.81º 0.62% 0.94% -
XYZ 50.62 69.66 93.22 -
YUV 194.28 153.8 54.34 -
System Red Green Blue C M Y K H S L
Decimal 91 238 240 0.62 0.01 0 0.06 180.81 0.83 0.65
Hex 5B EE F0 3E 1 0 6 B5 53 41
Octal 133 356 360 76 1 0 6 265 123 101
Binary 1011011 11101110 11110000 111110 1 0 110 10110101 1010011 1000001

Color Harmonies of #5BEEF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BEEF0

Black with #5BEEF0

Text Example


Text Example

White with #5BEEF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,238,240); }

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

background-color css

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

 a { background-color: rgb(91,238,240); }

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

border-color css

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

 span { border-color: rgb(91,238,240); }

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