Html Css Color HEX #3CCDC5 Medium Turquoise

📋 copy color: '#3CCDC5'

red 60 ◦ green 205 ◦ blue 197

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

Shades of Medium Turquoise #3CCDC5

Tints of Medium Turquoise #3CCDC5

RGB

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

 GREEN value IS 205 (80.47% from 255) = 44.37%

 BLUE value IS 197 (77.34% from 255) = 42.64%

R = 12.99%
G = 44.37%
B = 42.64%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.04

 K value IS 0.20

RGB Variations

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

Color information

#3CCDC5 (or 0x3CCDC5) is known color: Medium Turquoise. HEX triplet: 3C, CD and C5. RGB value is (60,205,197). Sum of RGB (Red+Green+Blue) = 60+205+197=462 (61% of max value = 765). Red value is 60 (23.83% from 255 or 12.99% from 462); Green value is 205 (80.47% from 255 or 44.37% from 462); Blue value is 197 (77.34% from 255 or 42.64% from 462); Max value from RGB is 205 - color contains mainly: green. Hex color #3CCDC5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CCDC5 is #C3323A. Grayscale: #A0A0A0. Windows color (decimal): -12792379 or 12963132. OLE color: 12963132.

HSL color Cylindrical-coordinate representation of color #3CCDC5: hue angle of 176.69º 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 #3CCDC5 is Cyan = 0.71, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.20.

Color convert

RGB 60 205 197 -
CMYK 0.71 0 0.04 0.20
HSL 176.69º 0.59% 0.52% -
HSV(B) 176.69º 0.71% 0.8% -
XYZ 33.77 48.65 60.43 -
YUV 160.73 148.46 56.15 -
System Red Green Blue C M Y K H S L
Decimal 60 205 197 0.71 0 0.04 0.20 176.69 0.59 0.52
Hex 3C CD C5 47 0 4 14 B1 3B 34
Octal 74 315 305 107 0 4 24 261 73 64
Binary 111100 11001101 11000101 1000111 0 100 10100 10110001 111011 110100

Color Harmonies of #3CCDC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CCDC5

Black with #3CCDC5

Text Example


Text Example

White with #3CCDC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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