Html Css Color HEX #5BEBC9 Turquoise

📋 copy color: '#5BEBC9'

red 91 ◦ green 235 ◦ blue 201

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

Shades of Turquoise #5BEBC9

Tints of Turquoise #5BEBC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 38.14%

R = 17.27%
G = 44.59%
B = 38.14%

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

#5BEBC9 (or 0x5BEBC9) is known color: Turquoise. HEX triplet: 5B, EB and C9. RGB value is (91,235,201). Sum of RGB (Red+Green+Blue) = 91+235+201=527 (69% of max value = 765). Red value is 91 (35.94% from 255 or 17.27% from 527); Green value is 235 (92.19% from 255 or 44.59% from 527); Blue value is 201 (78.91% from 255 or 38.14% from 527); Max value from RGB is 235 - color contains mainly: green. Hex color #5BEBC9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5BEBC9 is #A41436. Grayscale: #BCBCBC. Windows color (decimal): -10753079 or 13232987. OLE color: 13232987.

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

Color convert

RGB 91 235 201 -
CMYK 0.61 0 0.14 0.08
HSL 165.83º 0.78% 0.64% -
HSV(B) 165.83º 0.61% 0.92% -
XYZ 44.57 65.86 65.62 -
YUV 188.07 135.29 58.76 -
System Red Green Blue C M Y K H S L
Decimal 91 235 201 0.61 0 0.14 0.08 165.83 0.78 0.64
Hex 5B EB C9 3D 0 E 8 A6 4E 40
Octal 133 353 311 75 0 16 10 246 116 100
Binary 1011011 11101011 11001001 111101 0 1110 1000 10100110 1001110 1000000

Color Harmonies of #5BEBC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BEBC9

Black with #5BEBC9

Text Example


Text Example

White with #5BEBC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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