Html Css Color HEX #3CBFC0 Medium Turquoise

📋 copy color: '#3CBFC0'

red 60 ◦ green 191 ◦ blue 192

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

Shades of Medium Turquoise #3CBFC0

Tints of Medium Turquoise #3CBFC0

RGB

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

 GREEN value IS 191 (75% from 255) = 43.12%

 BLUE value IS 192 (75.39% from 255) = 43.34%

R = 13.54%
G = 43.12%
B = 43.34%

CMYK

 C value IS 0.69

 M value IS 0.01

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3CBFC0 (or 0x3CBFC0) is known color: Medium Turquoise. HEX triplet: 3C, BF and C0. RGB value is (60,191,192). Sum of RGB (Red+Green+Blue) = 60+191+192=443 (58% of max value = 765). Red value is 60 (23.83% from 255 or 13.54% from 443); Green value is 191 (75% from 255 or 43.12% from 443); Blue value is 192 (75.39% from 255 or 43.34% from 443); Max value from RGB is 192 - color contains mainly: blue. Hex color #3CBFC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CBFC0 is #C3403F. Grayscale: #979797. Windows color (decimal): -12795968 or 12631868. OLE color: 12631868.

HSL color Cylindrical-coordinate representation of color #3CBFC0: hue angle of 180.45º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3CBFC0 is Cyan = 0.69, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 60 191 192 -
CMYK 0.69 0.01 0 0.25
HSL 180.45º 0.52% 0.49% -
HSV(B) 180.45º 0.69% 0.75% -
XYZ 30.01 42.03 56.4 -
YUV 151.95 150.6 62.42 -
System Red Green Blue C M Y K H S L
Decimal 60 191 192 0.69 0.01 0 0.25 180.45 0.52 0.49
Hex 3C BF C0 45 1 0 19 B4 34 31
Octal 74 277 300 105 1 0 31 264 64 61
Binary 111100 10111111 11000000 1000101 1 0 11001 10110100 110100 110001

Color Harmonies of #3CBFC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CBFC0

Black with #3CBFC0

Text Example


Text Example

White with #3CBFC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,191,192); }

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

background-color css

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

 a { background-color: rgb(60,191,192); }

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

border-color css

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

 span { border-color: rgb(60,191,192); }

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