Html Css Color HEX #5BEFCC Turquoise

📋 copy color: '#5BEFCC'

red 91 ◦ green 239 ◦ blue 204

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

Shades of Turquoise #5BEFCC

Tints of Turquoise #5BEFCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 38.2%

R = 17.04%
G = 44.76%
B = 38.2%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#5BEFCC (or 0x5BEFCC) is known color: Turquoise. HEX triplet: 5B, EF and CC. RGB value is (91,239,204). Sum of RGB (Red+Green+Blue) = 91+239+204=534 (70% of max value = 765). Red value is 91 (35.94% from 255 or 17.04% from 534); Green value is 239 (93.75% from 255 or 44.76% from 534); Blue value is 204 (80.08% from 255 or 38.20% from 534); Max value from RGB is 239 - color contains mainly: green. Hex color #5BEFCC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5BEFCC is #A41033. Grayscale: #BEBEBE. Windows color (decimal): -10752052 or 13430619. OLE color: 13430619.

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

Color convert

RGB 91 239 204 -
CMYK 0.62 0 0.15 0.06
HSL 165.81º 0.82% 0.65% -
HSV(B) 165.81º 0.62% 0.94% -
XYZ 46.08 68.32 67.88 -
YUV 190.76 135.47 56.85 -
System Red Green Blue C M Y K H S L
Decimal 91 239 204 0.62 0 0.15 0.06 165.81 0.82 0.65
Hex 5B EF CC 3E 0 F 6 A6 52 41
Octal 133 357 314 76 0 17 6 246 122 101
Binary 1011011 11101111 11001100 111110 0 1111 110 10100110 1010010 1000001

Color Harmonies of #5BEFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BEFCC

Black with #5BEFCC

Text Example


Text Example

White with #5BEFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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