Html Css Color HEX #5CCACC Medium Turquoise

📋 copy color: '#5CCACC'

red 92 ◦ green 202 ◦ blue 204

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

Shades of Medium Turquoise #5CCACC

Tints of Medium Turquoise #5CCACC

RGB

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

 GREEN value IS 202 (79.3% from 255) = 40.56%

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

R = 18.47%
G = 40.56%
B = 40.96%

CMYK

 C value IS 0.55

 M value IS 0.01

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#5CCACC (or 0x5CCACC) is known color: Medium Turquoise. HEX triplet: 5C, CA and CC. RGB value is (92,202,204). Sum of RGB (Red+Green+Blue) = 92+202+204=498 (65% of max value = 765). Red value is 92 (36.33% from 255 or 18.47% from 498); Green value is 202 (79.30% from 255 or 40.56% from 498); Blue value is 204 (80.08% from 255 or 40.96% from 498); Max value from RGB is 204 - color contains mainly: blue. Hex color #5CCACC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CCACC is #A33533. Grayscale: #A9A9A9. Windows color (decimal): -10695988 or 13421148. OLE color: 13421148.

HSL color Cylindrical-coordinate representation of color #5CCACC: hue angle of 181.07º 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 #5CCACC is Cyan = 0.55, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 92 202 204 -
CMYK 0.55 0.01 0 0.2
HSL 181.07º 0.52% 0.58% -
HSV(B) 181.07º 0.55% 0.8% -
XYZ 36.43 48.88 64.64 -
YUV 169.34 147.56 72.84 -
System Red Green Blue C M Y K H S L
Decimal 92 202 204 0.55 0.01 0 0.2 181.07 0.52 0.58
Hex 5C CA CC 37 1 0 14 B5 34 3A
Octal 134 312 314 67 1 0 24 265 64 72
Binary 1011100 11001010 11001100 110111 1 0 10100 10110101 110100 111010

Color Harmonies of #5CCACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CCACC

Black with #5CCACC

Text Example


Text Example

White with #5CCACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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