Html Css Color HEX #3CCFC5 Medium Turquoise

📋 copy color: '#3CCFC5'

red 60 ◦ green 207 ◦ blue 197

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

Shades of Medium Turquoise #3CCFC5

Tints of Medium Turquoise #3CCFC5

RGB

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

 GREEN value IS 207 (81.25% from 255) = 44.61%

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

R = 12.93%
G = 44.61%
B = 42.46%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.05

 K value IS 0.19

RGB Variations

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

Color information

#3CCFC5 (or 0x3CCFC5) is known color: Medium Turquoise. HEX triplet: 3C, CF and C5. RGB value is (60,207,197). Sum of RGB (Red+Green+Blue) = 60+207+197=464 (61% of max value = 765). Red value is 60 (23.83% from 255 or 12.93% from 464); Green value is 207 (81.25% from 255 or 44.61% from 464); Blue value is 197 (77.34% from 255 or 42.46% from 464); Max value from RGB is 207 - color contains mainly: green. Hex color #3CCFC5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CCFC5 is #C3303A. Grayscale: #A1A1A1. Windows color (decimal): -12791867 or 12963644. OLE color: 12963644.

HSL color Cylindrical-coordinate representation of color #3CCFC5: hue angle of 175.92º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3CCFC5 is Cyan = 0.71, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.19.

Color convert

RGB 60 207 197 -
CMYK 0.71 0 0.05 0.19
HSL 175.92º 0.6% 0.52% -
HSV(B) 175.92º 0.71% 0.81% -
XYZ 34.25 49.62 60.6 -
YUV 161.91 147.8 55.31 -
System Red Green Blue C M Y K H S L
Decimal 60 207 197 0.71 0 0.05 0.19 175.92 0.6 0.52
Hex 3C CF C5 47 0 5 13 B0 3C 34
Octal 74 317 305 107 0 5 23 260 74 64
Binary 111100 11001111 11000101 1000111 0 101 10011 10110000 111100 110100

Color Harmonies of #3CCFC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CCFC5

Black with #3CCFC5

Text Example


Text Example

White with #3CCFC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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