Html Css Color HEX #5BDCCD Medium Turquoise

📋 copy color: '#5BDCCD'

red 91 ◦ green 220 ◦ blue 205

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

Shades of Medium Turquoise #5BDCCD

Tints of Medium Turquoise #5BDCCD

RGB

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

 GREEN value IS 220 (86.33% from 255) = 42.64%

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

R = 17.64%
G = 42.64%
B = 39.73%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.07

 K value IS 0.14

RGB Variations

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

Color information

#5BDCCD (or 0x5BDCCD) is known color: Medium Turquoise. HEX triplet: 5B, DC and CD. RGB value is (91,220,205). Sum of RGB (Red+Green+Blue) = 91+220+205=516 (68% of max value = 765). Red value is 91 (35.94% from 255 or 17.64% from 516); Green value is 220 (86.33% from 255 or 42.64% from 516); Blue value is 205 (80.47% from 255 or 39.73% from 516); Max value from RGB is 220 - color contains mainly: green. Hex color #5BDCCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BDCCD is #A42332. Grayscale: #B3B3B3. Windows color (decimal): -10756915 or 13491291. OLE color: 13491291.

HSL color Cylindrical-coordinate representation of color #5BDCCD: hue angle of 173.02º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5BDCCD is Cyan = 0.59, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.

Color convert

RGB 91 220 205 -
CMYK 0.59 0 0.07 0.14
HSL 173.02º 0.65% 0.61% -
HSV(B) 173.02º 0.59% 0.86% -
XYZ 40.93 57.82 66.76 -
YUV 179.72 142.26 64.72 -
System Red Green Blue C M Y K H S L
Decimal 91 220 205 0.59 0 0.07 0.14 173.02 0.65 0.61
Hex 5B DC CD 3B 0 7 E AD 41 3D
Octal 133 334 315 73 0 7 16 255 101 75
Binary 1011011 11011100 11001101 111011 0 111 1110 10101101 1000001 111101

Color Harmonies of #5BDCCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BDCCD

Black with #5BDCCD

Text Example


Text Example

White with #5BDCCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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