Html Css Color HEX #5BEBCB Turquoise

📋 copy color: '#5BEBCB'

red 91 ◦ green 235 ◦ blue 203

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

Shades of Turquoise #5BEBCB

Tints of Turquoise #5BEBCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 38.37%

R = 17.2%
G = 44.42%
B = 38.37%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.14

 K value IS 0.08

RGB Variations

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

Color information

#5BEBCB (or 0x5BEBCB) is known color: Turquoise. HEX triplet: 5B, EB and CB. RGB value is (91,235,203). Sum of RGB (Red+Green+Blue) = 91+235+203=529 (70% of max value = 765). Red value is 91 (35.94% from 255 or 17.20% from 529); Green value is 235 (92.19% from 255 or 44.42% from 529); Blue value is 203 (79.69% from 255 or 38.37% from 529); Max value from RGB is 235 - color contains mainly: green. Hex color #5BEBCB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5BEBCB is #A41434. Grayscale: #BCBCBC. Windows color (decimal): -10753077 or 13364059. OLE color: 13364059.

HSL color Cylindrical-coordinate representation of color #5BEBCB: hue angle of 166.67º 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 #5BEBCB is Cyan = 0.61, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.08.

Color convert

RGB 91 235 203 -
CMYK 0.61 0 0.14 0.08
HSL 166.67º 0.78% 0.64% -
HSV(B) 166.67º 0.61% 0.92% -
XYZ 44.8 65.95 66.87 -
YUV 188.3 136.29 58.6 -
System Red Green Blue C M Y K H S L
Decimal 91 235 203 0.61 0 0.14 0.08 166.67 0.78 0.64
Hex 5B EB CB 3D 0 E 8 A7 4E 40
Octal 133 353 313 75 0 16 10 247 116 100
Binary 1011011 11101011 11001011 111101 0 1110 1000 10100111 1001110 1000000

Color Harmonies of #5BEBCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BEBCB

Black with #5BEBCB

Text Example


Text Example

White with #5BEBCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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