Html Css Color HEX #5BEFC7 Turquoise

📋 copy color: '#5BEFC7'

red 91 ◦ green 239 ◦ blue 199

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

Shades of Turquoise #5BEFC7

Tints of Turquoise #5BEFC7

RGB

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

 GREEN value IS 239 (93.75% from 255) = 45.18%

 BLUE value IS 199 (78.13% from 255) = 37.62%

R = 17.2%
G = 45.18%
B = 37.62%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.17

 K value IS 0.06

RGB Variations

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

Color information

#5BEFC7 (or 0x5BEFC7) is known color: Turquoise. HEX triplet: 5B, EF and C7. RGB value is (91,239,199). Sum of RGB (Red+Green+Blue) = 91+239+199=529 (70% of max value = 765). Red value is 91 (35.94% from 255 or 17.20% from 529); Green value is 239 (93.75% from 255 or 45.18% from 529); Blue value is 199 (78.12% from 255 or 37.62% from 529); Max value from RGB is 239 - color contains mainly: green. Hex color #5BEFC7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5BEFC7 is #A41038. Grayscale: #BEBEBE. Windows color (decimal): -10752057 or 13102939. OLE color: 13102939.

HSL color Cylindrical-coordinate representation of color #5BEFC7: hue angle of 163.78º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5BEFC7 is Cyan = 0.62, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.06.

Color convert

RGB 91 239 199 -
CMYK 0.62 0 0.17 0.06
HSL 163.78º 0.82% 0.65% -
HSV(B) 163.78º 0.62% 0.94% -
XYZ 45.49 68.08 64.78 -
YUV 190.19 132.97 57.25 -
System Red Green Blue C M Y K H S L
Decimal 91 239 199 0.62 0 0.17 0.06 163.78 0.82 0.65
Hex 5B EF C7 3E 0 11 6 A4 52 41
Octal 133 357 307 76 0 21 6 244 122 101
Binary 1011011 11101111 11000111 111110 0 10001 110 10100100 1010010 1000001

Color Harmonies of #5BEFC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BEFC7

Black with #5BEFC7

Text Example


Text Example

White with #5BEFC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,239,199); }

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

background-color css

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

 a { background-color: rgb(91,239,199); }

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

border-color css

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

 span { border-color: rgb(91,239,199); }

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