Html Css Color HEX #5BC8CC Medium Turquoise

📋 copy color: '#5BC8CC'

red 91 ◦ green 200 ◦ blue 204

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

Shades of Medium Turquoise #5BC8CC

Tints of Medium Turquoise #5BC8CC

RGB

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

 GREEN value IS 200 (78.52% from 255) = 40.4%

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

R = 18.38%
G = 40.4%
B = 41.21%

CMYK

 C value IS 0.55

 M value IS 0.02

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#5BC8CC (or 0x5BC8CC) is known color: Medium Turquoise. HEX triplet: 5B, C8 and CC. RGB value is (91,200,204). Sum of RGB (Red+Green+Blue) = 91+200+204=495 (65% of max value = 765). Red value is 91 (35.94% from 255 or 18.38% from 495); Green value is 200 (78.52% from 255 or 40.40% from 495); Blue value is 204 (80.08% from 255 or 41.21% from 495); Max value from RGB is 204 - color contains mainly: blue. Hex color #5BC8CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BC8CC is #A43733. Grayscale: #A7A7A7. Windows color (decimal): -10762036 or 13420635. OLE color: 13420635.

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

Color convert

RGB 91 200 204 -
CMYK 0.55 0.02 0 0.2
HSL 182.12º 0.53% 0.58% -
HSV(B) 182.12º 0.55% 0.8% -
XYZ 35.87 47.89 64.48 -
YUV 167.87 148.39 73.17 -
System Red Green Blue C M Y K H S L
Decimal 91 200 204 0.55 0.02 0 0.2 182.12 0.53 0.58
Hex 5B C8 CC 37 2 0 14 B6 35 3A
Octal 133 310 314 67 2 0 24 266 65 72
Binary 1011011 11001000 11001100 110111 10 0 10100 10110110 110101 111010

Color Harmonies of #5BC8CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BC8CC

Black with #5BC8CC

Text Example


Text Example

White with #5BC8CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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