Html Css Color HEX #3CBFBA Medium Turquoise

📋 copy color: '#3CBFBA'

red 60 ◦ green 191 ◦ blue 186

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

Shades of Medium Turquoise #3CBFBA

Tints of Medium Turquoise #3CBFBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 42.56%

R = 13.73%
G = 43.71%
B = 42.56%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#3CBFBA (or 0x3CBFBA) is known color: Medium Turquoise. HEX triplet: 3C, BF and BA. RGB value is (60,191,186). Sum of RGB (Red+Green+Blue) = 60+191+186=437 (57% of max value = 765). Red value is 60 (23.83% from 255 or 13.73% from 437); Green value is 191 (75% from 255 or 43.71% from 437); Blue value is 186 (73.05% from 255 or 42.56% from 437); Max value from RGB is 191 - color contains mainly: green. Hex color #3CBFBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CBFBA is #C34045. Grayscale: #979797. Windows color (decimal): -12795974 or 12238652. OLE color: 12238652.

HSL color Cylindrical-coordinate representation of color #3CBFBA: hue angle of 177.71º 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 #3CBFBA is Cyan = 0.69, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB 60 191 186 -
CMYK 0.69 0 0.03 0.25
HSL 177.71º 0.52% 0.49% -
HSV(B) 177.71º 0.69% 0.75% -
XYZ 29.36 41.77 52.97 -
YUV 151.26 147.6 62.91 -
System Red Green Blue C M Y K H S L
Decimal 60 191 186 0.69 0 0.03 0.25 177.71 0.52 0.49
Hex 3C BF BA 45 0 3 19 B2 34 31
Octal 74 277 272 105 0 3 31 262 64 61
Binary 111100 10111111 10111010 1000101 0 11 11001 10110010 110100 110001

Color Harmonies of #3CBFBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CBFBA

Black with #3CBFBA

Text Example


Text Example

White with #3CBFBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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