Html Css Color HEX #5CDCCE Medium Turquoise

📋 copy color: '#5CDCCE'

red 92 ◦ green 220 ◦ blue 206

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

Shades of Medium Turquoise #5CDCCE

Tints of Medium Turquoise #5CDCCE

RGB

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

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

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

R = 17.76%
G = 42.47%
B = 39.77%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.06

 K value IS 0.14

RGB Variations

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

Color information

#5CDCCE (or 0x5CDCCE) is known color: Medium Turquoise. HEX triplet: 5C, DC and CE. RGB value is (92,220,206). Sum of RGB (Red+Green+Blue) = 92+220+206=518 (68% of max value = 765). Red value is 92 (36.33% from 255 or 17.76% from 518); Green value is 220 (86.33% from 255 or 42.47% from 518); Blue value is 206 (80.86% from 255 or 39.77% from 518); Max value from RGB is 220 - color contains mainly: green. Hex color #5CDCCE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CDCCE is #A32331. Grayscale: #B4B4B4. Windows color (decimal): -10691378 or 13556828. OLE color: 13556828.

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

Color convert

RGB 92 220 206 -
CMYK 0.58 0 0.06 0.14
HSL 173.44º 0.65% 0.61% -
HSV(B) 173.44º 0.58% 0.86% -
XYZ 41.15 57.92 67.4 -
YUV 180.13 142.59 65.14 -
System Red Green Blue C M Y K H S L
Decimal 92 220 206 0.58 0 0.06 0.14 173.44 0.65 0.61
Hex 5C DC CE 3A 0 6 E AD 41 3D
Octal 134 334 316 72 0 6 16 255 101 75
Binary 1011100 11011100 11001110 111010 0 110 1110 10101101 1000001 111101

Color Harmonies of #5CDCCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CDCCE

Black with #5CDCCE

Text Example


Text Example

White with #5CDCCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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