Html Css Color HEX #3CCACD Medium Turquoise

📋 copy color: '#3CCACD'

red 60 ◦ green 202 ◦ blue 205

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

Shades of Medium Turquoise #3CCACD

Tints of Medium Turquoise #3CCACD

RGB

 RED value IS 60 (23.83% from 255) = 12.85%

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

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

R = 12.85%
G = 43.25%
B = 43.9%

CMYK

 C value IS 0.71

 M value IS 0.01

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3CCACD (or 0x3CCACD) is known color: Medium Turquoise. HEX triplet: 3C, CA and CD. RGB value is (60,202,205). Sum of RGB (Red+Green+Blue) = 60+202+205=467 (61% of max value = 765). Red value is 60 (23.83% from 255 or 12.85% from 467); Green value is 202 (79.30% from 255 or 43.25% from 467); Blue value is 205 (80.47% from 255 or 43.90% from 467); Max value from RGB is 205 - color contains mainly: blue. Hex color #3CCACD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CCACD is #C33532. Grayscale: #9F9F9F. Windows color (decimal): -12793139 or 13486652. OLE color: 13486652.

HSL color Cylindrical-coordinate representation of color #3CCACD: hue angle of 181.24º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3CCACD is Cyan = 0.71, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 60 202 205 -
CMYK 0.71 0.01 0 0.20
HSL 181.24º 0.59% 0.52% -
HSV(B) 181.24º 0.71% 0.8% -
XYZ 34 47.61 65.15 -
YUV 159.88 153.46 56.76 -
System Red Green Blue C M Y K H S L
Decimal 60 202 205 0.71 0.01 0 0.20 181.24 0.59 0.52
Hex 3C CA CD 47 1 0 14 B5 3B 34
Octal 74 312 315 107 1 0 24 265 73 64
Binary 111100 11001010 11001101 1000111 1 0 10100 10110101 111011 110100

Color Harmonies of #3CCACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CCACD

Black with #3CCACD

Text Example


Text Example

White with #3CCACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3CCACD; }

 p { color: rgb(60,202,205); }

 H1.HeaderClassName
 {
   color: #3CCACD;
 }
 .AnyTagClassName
 {
   color: #3CCACD;
 }
</style>

background-color css

<style>
 a { background-color: #3CCACD; }

 a { background-color: rgb(60,202,205); }

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

border-color css

<style>
 span { border-color: #3CCACD; }

 span { border-color: rgb(60,202,205); }

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