Html Css Color HEX #5BEBEA Turquoise Blue

📋 copy color: '#5BEBEA'

red 91 ◦ green 235 ◦ blue 234

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

Shades of Turquoise Blue #5BEBEA

Tints of Turquoise Blue #5BEBEA

RGB

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

 GREEN value IS 235 (92.19% from 255) = 41.96%

 BLUE value IS 234 (91.8% from 255) = 41.79%

R = 16.25%
G = 41.96%
B = 41.79%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.00

 K value IS 0.08

RGB Variations

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

Color information

#5BEBEA (or 0x5BEBEA) is known color: Turquoise Blue. HEX triplet: 5B, EB and EA. RGB value is (91,235,234). Sum of RGB (Red+Green+Blue) = 91+235+234=560 (74% of max value = 765). Red value is 91 (35.94% from 255 or 16.25% from 560); Green value is 235 (92.19% from 255 or 41.96% from 560); Blue value is 234 (91.80% from 255 or 41.79% from 560); Max value from RGB is 235 - color contains mainly: green. Hex color #5BEBEA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5BEBEA is #A41415. Grayscale: #BFBFBF. Windows color (decimal): -10753046 or 15395675. OLE color: 15395675.

HSL color Cylindrical-coordinate representation of color #5BEBEA: hue angle of 179.58º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5BEBEA is Cyan = 0.61, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.08.

Color convert

RGB 91 235 234 -
CMYK 0.61 0 0.00 0.08
HSL 179.58º 0.78% 0.64% -
HSV(B) 179.58º 0.61% 0.92% -
XYZ 48.87 67.58 88.31 -
YUV 191.83 151.79 56.08 -
System Red Green Blue C M Y K H S L
Decimal 91 235 234 0.61 0 0.00 0.08 179.58 0.78 0.64
Hex 5B EB EA 3D 0 0 8 B4 4E 40
Octal 133 353 352 75 0 0 10 264 116 100
Binary 1011011 11101011 11101010 111101 0 0 1000 10110100 1001110 1000000

Color Harmonies of #5BEBEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BEBEA

Black with #5BEBEA

Text Example


Text Example

White with #5BEBEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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