Html Css Color HEX #5BEECB Turquoise

📋 copy color: '#5BEECB'

red 91 ◦ green 238 ◦ blue 203

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

Shades of Turquoise #5BEECB

Tints of Turquoise #5BEECB

RGB

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

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

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

R = 17.11%
G = 44.74%
B = 38.16%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.15

 K value IS 0.07

RGB Variations

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

Color information

#5BEECB (or 0x5BEECB) is known color: Turquoise. HEX triplet: 5B, EE and CB. RGB value is (91,238,203). Sum of RGB (Red+Green+Blue) = 91+238+203=532 (70% of max value = 765). Red value is 91 (35.94% from 255 or 17.11% from 532); Green value is 238 (93.36% from 255 or 44.74% from 532); Blue value is 203 (79.69% from 255 or 38.16% from 532); Max value from RGB is 238 - color contains mainly: green. Hex color #5BEECB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5BEECB is #A41134. Grayscale: #BEBEBE. Windows color (decimal): -10752309 or 13364827. OLE color: 13364827.

HSL color Cylindrical-coordinate representation of color #5BEECB: hue angle of 165.71º 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 #5BEECB is Cyan = 0.62, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.

Color convert

RGB 91 238 203 -
CMYK 0.62 0 0.15 0.07
HSL 165.71º 0.81% 0.65% -
HSV(B) 165.71º 0.62% 0.93% -
XYZ 45.67 67.69 67.16 -
YUV 190.06 135.3 57.35 -
System Red Green Blue C M Y K H S L
Decimal 91 238 203 0.62 0 0.15 0.07 165.71 0.81 0.65
Hex 5B EE CB 3E 0 F 7 A6 51 41
Octal 133 356 313 76 0 17 7 246 121 101
Binary 1011011 11101110 11001011 111110 0 1111 111 10100110 1010001 1000001

Color Harmonies of #5BEECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BEECB

Black with #5BEECB

Text Example


Text Example

White with #5BEECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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