Html Css Color HEX #5BEEEB Turquoise Blue

📋 copy color: '#5BEEEB'

red 91 ◦ green 238 ◦ blue 235

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

Shades of Turquoise Blue #5BEEEB

Tints of Turquoise Blue #5BEEEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 41.67%

R = 16.13%
G = 42.2%
B = 41.67%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.01

 K value IS 0.07

RGB Variations

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

Color information

#5BEEEB (or 0x5BEEEB) is known color: Turquoise Blue. HEX triplet: 5B, EE and EB. RGB value is (91,238,235). Sum of RGB (Red+Green+Blue) = 91+238+235=564 (74% of max value = 765). Red value is 91 (35.94% from 255 or 16.13% from 564); Green value is 238 (93.36% from 255 or 42.20% from 564); Blue value is 235 (92.19% from 255 or 41.67% from 564); Max value from RGB is 238 - color contains mainly: green. Hex color #5BEEEB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5BEEEB is #A41114. Grayscale: #C1C1C1. Windows color (decimal): -10752277 or 15461979. OLE color: 15461979.

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

Color convert

RGB 91 238 235 -
CMYK 0.62 0 0.01 0.07
HSL 178.78º 0.81% 0.65% -
HSV(B) 178.78º 0.62% 0.93% -
XYZ 49.88 69.37 89.36 -
YUV 193.71 151.3 54.74 -
System Red Green Blue C M Y K H S L
Decimal 91 238 235 0.62 0 0.01 0.07 178.78 0.81 0.65
Hex 5B EE EB 3E 0 1 7 B3 51 41
Octal 133 356 353 76 0 1 7 263 121 101
Binary 1011011 11101110 11101011 111110 0 1 111 10110011 1010001 1000001

Color Harmonies of #5BEEEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BEEEB

Black with #5BEEEB

Text Example


Text Example

White with #5BEEEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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