Html Css Color HEX #5ED5CB Medium Turquoise

📋 copy color: '#5ED5CB'

red 94 ◦ green 213 ◦ blue 203

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

Shades of Medium Turquoise #5ED5CB

Tints of Medium Turquoise #5ED5CB

RGB

 RED value IS 94 (37.11% from 255) = 18.43%

 GREEN value IS 213 (83.59% from 255) = 41.76%

 BLUE value IS 203 (79.69% from 255) = 39.8%

R = 18.43%
G = 41.76%
B = 39.8%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#5ED5CB (or 0x5ED5CB) is known color: Medium Turquoise. HEX triplet: 5E, D5 and CB. RGB value is (94,213,203). Sum of RGB (Red+Green+Blue) = 94+213+203=510 (67% of max value = 765). Red value is 94 (37.11% from 255 or 18.43% from 510); Green value is 213 (83.59% from 255 or 41.76% from 510); Blue value is 203 (79.69% from 255 or 39.80% from 510); Max value from RGB is 213 - color contains mainly: green. Hex color #5ED5CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ED5CB is #A12A34. Grayscale: #B0B0B0. Windows color (decimal): -10562101 or 13358430. OLE color: 13358430.

HSL color Cylindrical-coordinate representation of color #5ED5CB: hue angle of 174.96º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5ED5CB is Cyan = 0.56, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB 94 213 203 -
CMYK 0.56 0 0.05 0.16
HSL 174.96º 0.59% 0.6% -
HSV(B) 174.96º 0.56% 0.84% -
XYZ 39.19 54.28 64.91 -
YUV 176.28 143.08 69.31 -
System Red Green Blue C M Y K H S L
Decimal 94 213 203 0.56 0 0.05 0.16 174.96 0.59 0.6
Hex 5E D5 CB 38 0 5 10 AF 3B 3C
Octal 136 325 313 70 0 5 20 257 73 74
Binary 1011110 11010101 11001011 111000 0 101 10000 10101111 111011 111100

Color Harmonies of #5ED5CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ED5CB

Black with #5ED5CB

Text Example


Text Example

White with #5ED5CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,213,203); }

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

background-color css

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

 a { background-color: rgb(94,213,203); }

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

border-color css

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

 span { border-color: rgb(94,213,203); }

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