Html Css Color HEX #5DCECB Medium Turquoise

📋 copy color: '#5DCECB'

red 93 ◦ green 206 ◦ blue 203

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

Shades of Medium Turquoise #5DCECB

Tints of Medium Turquoise #5DCECB

RGB

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

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

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

R = 18.53%
G = 41.04%
B = 40.44%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.01

 K value IS 0.19

RGB Variations

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

Color information

#5DCECB (or 0x5DCECB) is known color: Medium Turquoise. HEX triplet: 5D, CE and CB. RGB value is (93,206,203). Sum of RGB (Red+Green+Blue) = 93+206+203=502 (66% of max value = 765). Red value is 93 (36.72% from 255 or 18.53% from 502); Green value is 206 (80.86% from 255 or 41.04% from 502); Blue value is 203 (79.69% from 255 or 40.44% from 502); Max value from RGB is 206 - color contains mainly: green. Hex color #5DCECB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DCECB is #A23134. Grayscale: #ABABAB. Windows color (decimal): -10629429 or 13356637. OLE color: 13356637.

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

Color convert

RGB 93 206 203 -
CMYK 0.55 0 0.01 0.19
HSL 178.41º 0.54% 0.59% -
HSV(B) 178.41º 0.55% 0.81% -
XYZ 37.37 50.78 64.33 -
YUV 171.87 145.56 71.74 -
System Red Green Blue C M Y K H S L
Decimal 93 206 203 0.55 0 0.01 0.19 178.41 0.54 0.59
Hex 5D CE CB 37 0 1 13 B2 36 3B
Octal 135 316 313 67 0 1 23 262 66 73
Binary 1011101 11001110 11001011 110111 0 1 10011 10110010 110110 111011

Color Harmonies of #5DCECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DCECB

Black with #5DCECB

Text Example


Text Example

White with #5DCECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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