Html Css Color HEX #3CCACF Medium Turquoise

📋 copy color: '#3CCACF'

red 60 ◦ green 202 ◦ blue 207

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

Shades of Medium Turquoise #3CCACF

Tints of Medium Turquoise #3CCACF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 44.14%

R = 12.79%
G = 43.07%
B = 44.14%

CMYK

 C value IS 0.71

 M value IS 0.02

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3CCACF (or 0x3CCACF) is known color: Medium Turquoise. HEX triplet: 3C, CA and CF. RGB value is (60,202,207). Sum of RGB (Red+Green+Blue) = 60+202+207=469 (62% of max value = 765). Red value is 60 (23.83% from 255 or 12.79% from 469); Green value is 202 (79.30% from 255 or 43.07% from 469); Blue value is 207 (81.25% from 255 or 44.14% from 469); Max value from RGB is 207 - color contains mainly: blue. Hex color #3CCACF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CCACF is #C33530. Grayscale: #9F9F9F. Windows color (decimal): -12793137 or 13617724. OLE color: 13617724.

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

Color convert

RGB 60 202 207 -
CMYK 0.71 0.02 0 0.19
HSL 182.04º 0.6% 0.52% -
HSV(B) 182.04º 0.71% 0.81% -
XYZ 34.25 47.71 66.43 -
YUV 160.11 154.46 56.59 -
System Red Green Blue C M Y K H S L
Decimal 60 202 207 0.71 0.02 0 0.19 182.04 0.6 0.52
Hex 3C CA CF 47 2 0 13 B6 3C 34
Octal 74 312 317 107 2 0 23 266 74 64
Binary 111100 11001010 11001111 1000111 10 0 10011 10110110 111100 110100

Color Harmonies of #3CCACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CCACF

Black with #3CCACF

Text Example


Text Example

White with #3CCACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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