Html Css Color HEX #5BEFD1 Turquoise

📋 copy color: '#5BEFD1'

red 91 ◦ green 239 ◦ blue 209

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

Shades of Turquoise #5BEFD1

Tints of Turquoise #5BEFD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 38.78%

R = 16.88%
G = 44.34%
B = 38.78%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.13

 K value IS 0.06

RGB Variations

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

Color information

#5BEFD1 (or 0x5BEFD1) is known color: Turquoise. HEX triplet: 5B, EF and D1. RGB value is (91,239,209). Sum of RGB (Red+Green+Blue) = 91+239+209=539 (71% of max value = 765). Red value is 91 (35.94% from 255 or 16.88% from 539); Green value is 239 (93.75% from 255 or 44.34% from 539); Blue value is 209 (82.03% from 255 or 38.78% from 539); Max value from RGB is 239 - color contains mainly: green. Hex color #5BEFD1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5BEFD1 is #A4102E. Grayscale: #BFBFBF. Windows color (decimal): -10752047 or 13758299. OLE color: 13758299.

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

Color convert

RGB 91 239 209 -
CMYK 0.62 0 0.13 0.06
HSL 167.84º 0.82% 0.65% -
HSV(B) 167.84º 0.62% 0.94% -
XYZ 46.69 68.56 71.09 -
YUV 191.33 137.97 56.44 -
System Red Green Blue C M Y K H S L
Decimal 91 239 209 0.62 0 0.13 0.06 167.84 0.82 0.65
Hex 5B EF D1 3E 0 D 6 A8 52 41
Octal 133 357 321 76 0 15 6 250 122 101
Binary 1011011 11101111 11010001 111110 0 1101 110 10101000 1010010 1000001

Color Harmonies of #5BEFD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BEFD1

Black with #5BEFD1

Text Example


Text Example

White with #5BEFD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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