Html Css Color HEX #5CDCCC Medium Turquoise

📋 copy color: '#5CDCCC'

red 92 ◦ green 220 ◦ blue 204

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

Shades of Medium Turquoise #5CDCCC

Tints of Medium Turquoise #5CDCCC

RGB

 RED value IS 92 (36.33% from 255) = 17.83%

 GREEN value IS 220 (86.33% from 255) = 42.64%

 BLUE value IS 204 (80.08% from 255) = 39.53%

R = 17.83%
G = 42.64%
B = 39.53%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.07

 K value IS 0.14

RGB Variations

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

Color information

#5CDCCC (or 0x5CDCCC) is known color: Medium Turquoise. HEX triplet: 5C, DC and CC. RGB value is (92,220,204). Sum of RGB (Red+Green+Blue) = 92+220+204=516 (68% of max value = 765). Red value is 92 (36.33% from 255 or 17.83% from 516); Green value is 220 (86.33% from 255 or 42.64% from 516); Blue value is 204 (80.08% from 255 or 39.53% from 516); Max value from RGB is 220 - color contains mainly: green. Hex color #5CDCCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CDCCC is #A32333. Grayscale: #B3B3B3. Windows color (decimal): -10691380 or 13425756. OLE color: 13425756.

HSL color Cylindrical-coordinate representation of color #5CDCCC: hue angle of 172.5º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5CDCCC is Cyan = 0.58, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.

Color convert

RGB 92 220 204 -
CMYK 0.58 0 0.07 0.14
HSL 172.5º 0.65% 0.61% -
HSV(B) 172.5º 0.58% 0.86% -
XYZ 40.91 57.82 66.13 -
YUV 179.9 141.59 65.3 -
System Red Green Blue C M Y K H S L
Decimal 92 220 204 0.58 0 0.07 0.14 172.5 0.65 0.61
Hex 5C DC CC 3A 0 7 E AC 41 3D
Octal 134 334 314 72 0 7 16 254 101 75
Binary 1011100 11011100 11001100 111010 0 111 1110 10101100 1000001 111101

Color Harmonies of #5CDCCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CDCCC

Black with #5CDCCC

Text Example


Text Example

White with #5CDCCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,220,204); }

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

background-color css

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

 a { background-color: rgb(92,220,204); }

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

border-color css

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

 span { border-color: rgb(92,220,204); }

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