Html Css Color HEX #5CCCCC Medium Turquoise

📋 copy color: '#5CCCCC'

red 92 ◦ green 204 ◦ blue 204

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

Shades of Medium Turquoise #5CCCCC

Tints of Medium Turquoise #5CCCCC

RGB

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

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

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

R = 18.4%
G = 40.8%
B = 40.8%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#5CCCCC (or 0x5CCCCC) is known color: Medium Turquoise. HEX triplet: 5C, CC and CC. RGB value is (92,204,204). Sum of RGB (Red+Green+Blue) = 92+204+204=500 (66% of max value = 765). Red value is 92 (36.33% from 255 or 18.4% from 500); Green value is 204 (80.08% from 255 or 40.8% from 500); Blue value is 204 (80.08% from 255 or 40.8% from 500); Max value from RGB is 204 - color contains mainly: green, blue. Hex color #5CCCCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CCCCC is #A33333. Grayscale: #AAAAAA. Windows color (decimal): -10695476 or 13421660. OLE color: 13421660.

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

Color convert

RGB 92 204 204 -
CMYK 0.55 0 0 0.2
HSL 180º 0.52% 0.58% -
HSV(B) 180º 0.55% 0.8% -
XYZ 36.91 49.82 64.8 -
YUV 170.51 146.89 72 -
System Red Green Blue C M Y K H S L
Decimal 92 204 204 0.55 0 0 0.2 180 0.52 0.58
Hex 5C CC CC 37 0 0 14 B4 34 3A
Octal 134 314 314 67 0 0 24 264 64 72
Binary 1011100 11001100 11001100 110111 0 0 10100 10110100 110100 111010

Color Harmonies of #5CCCCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CCCCC

Black with #5CCCCC

Text Example


Text Example

White with #5CCCCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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