Html Css Color HEX #5CDCCD Medium Turquoise

📋 copy color: '#5CDCCD'

red 92 ◦ green 220 ◦ blue 205

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

Shades of Medium Turquoise #5CDCCD

Tints of Medium Turquoise #5CDCCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 39.65%

R = 17.79%
G = 42.55%
B = 39.65%

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

#5CDCCD (or 0x5CDCCD) is known color: Medium Turquoise. HEX triplet: 5C, DC and CD. RGB value is (92,220,205). Sum of RGB (Red+Green+Blue) = 92+220+205=517 (68% of max value = 765). Red value is 92 (36.33% from 255 or 17.79% from 517); Green value is 220 (86.33% from 255 or 42.55% from 517); Blue value is 205 (80.47% from 255 or 39.65% from 517); Max value from RGB is 220 - color contains mainly: green. Hex color #5CDCCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CDCCD is #A32332. Grayscale: #B3B3B3. Windows color (decimal): -10691379 or 13491292. OLE color: 13491292.

HSL color Cylindrical-coordinate representation of color #5CDCCD: hue angle of 172.97º 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 #5CDCCD is Cyan = 0.58, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.

Color convert

RGB 92 220 205 -
CMYK 0.58 0 0.07 0.14
HSL 172.97º 0.65% 0.61% -
HSV(B) 172.97º 0.58% 0.86% -
XYZ 41.03 57.87 66.77 -
YUV 180.02 142.09 65.22 -
System Red Green Blue C M Y K H S L
Decimal 92 220 205 0.58 0 0.07 0.14 172.97 0.65 0.61
Hex 5C DC CD 3A 0 7 E AD 41 3D
Octal 134 334 315 72 0 7 16 255 101 75
Binary 1011100 11011100 11001101 111010 0 111 1110 10101101 1000001 111101

Color Harmonies of #5CDCCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CDCCD

Black with #5CDCCD

Text Example


Text Example

White with #5CDCCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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