Html Css Color HEX #5BCCC9 Medium Turquoise

📋 copy color: '#5BCCC9'

red 91 ◦ green 204 ◦ blue 201

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

Shades of Medium Turquoise #5BCCC9

Tints of Medium Turquoise #5BCCC9

RGB

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

 GREEN value IS 204 (80.08% from 255) = 41.13%

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

R = 18.35%
G = 41.13%
B = 40.52%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.01

 K value IS 0.2

RGB Variations

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

Color information

#5BCCC9 (or 0x5BCCC9) is known color: Medium Turquoise. HEX triplet: 5B, CC and C9. RGB value is (91,204,201). Sum of RGB (Red+Green+Blue) = 91+204+201=496 (65% of max value = 765). Red value is 91 (35.94% from 255 or 18.35% from 496); Green value is 204 (80.08% from 255 or 41.13% from 496); Blue value is 201 (78.91% from 255 or 40.52% from 496); Max value from RGB is 204 - color contains mainly: green. Hex color #5BCCC9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BCCC9 is #A43336. Grayscale: #A9A9A9. Windows color (decimal): -10761015 or 13225051. OLE color: 13225051.

HSL color Cylindrical-coordinate representation of color #5BCCC9: hue angle of 178.41º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5BCCC9 is Cyan = 0.55, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.2.

Color convert

RGB 91 204 201 -
CMYK 0.55 0 0.01 0.2
HSL 178.41º 0.53% 0.58% -
HSV(B) 178.41º 0.55% 0.8% -
XYZ 36.45 49.63 62.92 -
YUV 169.87 145.56 71.74 -
System Red Green Blue C M Y K H S L
Decimal 91 204 201 0.55 0 0.01 0.2 178.41 0.53 0.58
Hex 5B CC C9 37 0 1 14 B2 35 3A
Octal 133 314 311 67 0 1 24 262 65 72
Binary 1011011 11001100 11001001 110111 0 1 10100 10110010 110101 111010

Color Harmonies of #5BCCC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BCCC9

Black with #5BCCC9

Text Example


Text Example

White with #5BCCC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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