Html Css Color HEX #5DCCC6 Medium Turquoise

📋 copy color: '#5DCCC6'

red 93 ◦ green 204 ◦ blue 198

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

Shades of Medium Turquoise #5DCCC6

Tints of Medium Turquoise #5DCCC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 40%

R = 18.79%
G = 41.21%
B = 40%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.03

 K value IS 0.2

RGB Variations

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

Color information

#5DCCC6 (or 0x5DCCC6) is known color: Medium Turquoise. HEX triplet: 5D, CC and C6. RGB value is (93,204,198). Sum of RGB (Red+Green+Blue) = 93+204+198=495 (65% of max value = 765). Red value is 93 (36.72% from 255 or 18.79% from 495); Green value is 204 (80.08% from 255 or 41.21% from 495); Blue value is 198 (77.73% from 255 or 40% from 495); Max value from RGB is 204 - color contains mainly: green. Hex color #5DCCC6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DCCC6 is #A23339. Grayscale: #AAAAAA. Windows color (decimal): -10629946 or 13028445. OLE color: 13028445.

HSL color Cylindrical-coordinate representation of color #5DCCC6: hue angle of 176.76º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5DCCC6 is Cyan = 0.54, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.2.

Color convert

RGB 93 204 198 -
CMYK 0.54 0 0.03 0.2
HSL 176.76º 0.52% 0.58% -
HSV(B) 176.76º 0.54% 0.8% -
XYZ 36.3 49.59 61.08 -
YUV 170.13 143.73 72.99 -
System Red Green Blue C M Y K H S L
Decimal 93 204 198 0.54 0 0.03 0.2 176.76 0.52 0.58
Hex 5D CC C6 36 0 3 14 B1 34 3A
Octal 135 314 306 66 0 3 24 261 64 72
Binary 1011101 11001100 11000110 110110 0 11 10100 10110001 110100 111010

Color Harmonies of #5DCCC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DCCC6

Black with #5DCCC6

Text Example


Text Example

White with #5DCCC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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