Html Css Color HEX #5DCCCE Medium Turquoise

📋 copy color: '#5DCCCE'

red 93 ◦ green 204 ◦ blue 206

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

Shades of Medium Turquoise #5DCCCE

Tints of Medium Turquoise #5DCCCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 40.95%

R = 18.49%
G = 40.56%
B = 40.95%

CMYK

 C value IS 0.55

 M value IS 0.01

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5DCCCE (or 0x5DCCCE) is known color: Medium Turquoise. HEX triplet: 5D, CC and CE. RGB value is (93,204,206). Sum of RGB (Red+Green+Blue) = 93+204+206=503 (66% of max value = 765). Red value is 93 (36.72% from 255 or 18.49% from 503); Green value is 204 (80.08% from 255 or 40.56% from 503); Blue value is 206 (80.86% from 255 or 40.95% from 503); Max value from RGB is 206 - color contains mainly: blue. Hex color #5DCCCE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DCCCE is #A23331. Grayscale: #AAAAAA. Windows color (decimal): -10629938 or 13552733. OLE color: 13552733.

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

Color convert

RGB 93 204 206 -
CMYK 0.55 0.01 0 0.19
HSL 181.06º 0.54% 0.59% -
HSV(B) 181.06º 0.55% 0.81% -
XYZ 37.25 49.97 66.07 -
YUV 171.04 147.73 72.34 -
System Red Green Blue C M Y K H S L
Decimal 93 204 206 0.55 0.01 0 0.19 181.06 0.54 0.59
Hex 5D CC CE 37 1 0 13 B5 36 3B
Octal 135 314 316 67 1 0 23 265 66 73
Binary 1011101 11001100 11001110 110111 1 0 10011 10110101 110110 111011

Color Harmonies of #5DCCCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DCCCE

Black with #5DCCCE

Text Example


Text Example

White with #5DCCCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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