Html Css Color HEX #5DCECA Medium Turquoise

📋 copy color: '#5DCECA'

red 93 ◦ green 206 ◦ blue 202

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

Shades of Medium Turquoise #5DCECA

Tints of Medium Turquoise #5DCECA

RGB

 RED value IS 93 (36.72% from 255) = 18.56%

 GREEN value IS 206 (80.86% from 255) = 41.12%

 BLUE value IS 202 (79.3% from 255) = 40.32%

R = 18.56%
G = 41.12%
B = 40.32%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.02

 K value IS 0.19

RGB Variations

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

Color information

#5DCECA (or 0x5DCECA) is known color: Medium Turquoise. HEX triplet: 5D, CE and CA. RGB value is (93,206,202). Sum of RGB (Red+Green+Blue) = 93+206+202=501 (66% of max value = 765). Red value is 93 (36.72% from 255 or 18.56% from 501); Green value is 206 (80.86% from 255 or 41.12% from 501); Blue value is 202 (79.30% from 255 or 40.32% from 501); Max value from RGB is 206 - color contains mainly: green. Hex color #5DCECA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DCECA is #A23135. Grayscale: #ABABAB. Windows color (decimal): -10629430 or 13291101. OLE color: 13291101.

HSL color Cylindrical-coordinate representation of color #5DCECA: hue angle of 177.88º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5DCECA is Cyan = 0.55, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.

Color convert

RGB 93 206 202 -
CMYK 0.55 0 0.02 0.19
HSL 177.88º 0.54% 0.59% -
HSV(B) 177.88º 0.55% 0.81% -
XYZ 37.25 50.73 63.71 -
YUV 171.76 145.06 71.83 -
System Red Green Blue C M Y K H S L
Decimal 93 206 202 0.55 0 0.02 0.19 177.88 0.54 0.59
Hex 5D CE CA 37 0 2 13 B2 36 3B
Octal 135 316 312 67 0 2 23 262 66 73
Binary 1011101 11001110 11001010 110111 0 10 10011 10110010 110110 111011

Color Harmonies of #5DCECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DCECA

Black with #5DCECA

Text Example


Text Example

White with #5DCECA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,206,202); }

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

background-color css

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

 a { background-color: rgb(93,206,202); }

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

border-color css

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

 span { border-color: rgb(93,206,202); }

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