Html Css Color HEX #5BCCCD Medium Turquoise

📋 copy color: '#5BCCCD'

red 91 ◦ green 204 ◦ blue 205

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

Shades of Medium Turquoise #5BCCCD

Tints of Medium Turquoise #5BCCCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 41%

R = 18.2%
G = 40.8%
B = 41%

CMYK

 C value IS 0.56

 M value IS 0.00

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5BCCCD (or 0x5BCCCD) is known color: Medium Turquoise. HEX triplet: 5B, CC and CD. RGB value is (91,204,205). Sum of RGB (Red+Green+Blue) = 91+204+205=500 (66% of max value = 765). Red value is 91 (35.94% from 255 or 18.2% from 500); Green value is 204 (80.08% from 255 or 40.8% from 500); Blue value is 205 (80.47% from 255 or 41% from 500); Max value from RGB is 205 - color contains mainly: blue. Hex color #5BCCCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BCCCD is #A43332. Grayscale: #AAAAAA. Windows color (decimal): -10761011 or 13487195. OLE color: 13487195.

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

Color convert

RGB 91 204 205 -
CMYK 0.56 0.00 0 0.20
HSL 180.53º 0.53% 0.58% -
HSV(B) 180.53º 0.56% 0.8% -
XYZ 36.93 49.82 65.43 -
YUV 170.33 147.56 71.42 -
System Red Green Blue C M Y K H S L
Decimal 91 204 205 0.56 0.00 0 0.20 180.53 0.53 0.58
Hex 5B CC CD 38 0 0 14 B5 35 3A
Octal 133 314 315 70 0 0 24 265 65 72
Binary 1011011 11001100 11001101 111000 0 0 10100 10110101 110101 111010

Color Harmonies of #5BCCCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BCCCD

Black with #5BCCCD

Text Example


Text Example

White with #5BCCCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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