Html Css Color HEX #5BCCCC Medium Turquoise

📋 copy color: '#5BCCCC'

red 91 ◦ green 204 ◦ blue 204

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

Shades of Medium Turquoise #5BCCCC

Tints of Medium Turquoise #5BCCCC

RGB

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

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

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

R = 18.24%
G = 40.88%
B = 40.88%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#5BCCCC (or 0x5BCCCC) is known color: Medium Turquoise. HEX triplet: 5B, CC and CC. RGB value is (91,204,204). Sum of RGB (Red+Green+Blue) = 91+204+204=499 (66% of max value = 765). Red value is 91 (35.94% from 255 or 18.24% from 499); Green value is 204 (80.08% from 255 or 40.88% from 499); Blue value is 204 (80.08% from 255 or 40.88% from 499); Max value from RGB is 204 - color contains mainly: green, blue. Hex color #5BCCCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BCCCC is #A43333. Grayscale: #AAAAAA. Windows color (decimal): -10761012 or 13421659. OLE color: 13421659.

HSL color Cylindrical-coordinate representation of color #5BCCCC: hue angle of 180º 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 #5BCCCC is Cyan = 0.55, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 91 204 204 -
CMYK 0.55 0 0 0.2
HSL 180º 0.53% 0.58% -
HSV(B) 180º 0.55% 0.8% -
XYZ 36.81 49.77 64.79 -
YUV 170.21 147.06 71.5 -
System Red Green Blue C M Y K H S L
Decimal 91 204 204 0.55 0 0 0.2 180 0.53 0.58
Hex 5B CC CC 37 0 0 14 B4 35 3A
Octal 133 314 314 67 0 0 24 264 65 72
Binary 1011011 11001100 11001100 110111 0 0 10100 10110100 110101 111010

Color Harmonies of #5BCCCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BCCCC

Black with #5BCCCC

Text Example


Text Example

White with #5BCCCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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