Html Css Color HEX #3CBFBE Medium Turquoise

📋 copy color: '#3CBFBE'

red 60 ◦ green 191 ◦ blue 190

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

Shades of Medium Turquoise #3CBFBE

Tints of Medium Turquoise #3CBFBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 43.08%

R = 13.61%
G = 43.31%
B = 43.08%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#3CBFBE (or 0x3CBFBE) is known color: Medium Turquoise. HEX triplet: 3C, BF and BE. RGB value is (60,191,190). Sum of RGB (Red+Green+Blue) = 60+191+190=441 (58% of max value = 765). Red value is 60 (23.83% from 255 or 13.61% from 441); Green value is 191 (75% from 255 or 43.31% from 441); Blue value is 190 (74.61% from 255 or 43.08% from 441); Max value from RGB is 191 - color contains mainly: green. Hex color #3CBFBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CBFBE is #C34041. Grayscale: #979797. Windows color (decimal): -12795970 or 12500796. OLE color: 12500796.

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

Color convert

RGB 60 191 190 -
CMYK 0.69 0 0.01 0.25
HSL 179.54º 0.52% 0.49% -
HSV(B) 179.54º 0.69% 0.75% -
XYZ 29.79 41.94 55.24 -
YUV 151.72 149.6 62.58 -
System Red Green Blue C M Y K H S L
Decimal 60 191 190 0.69 0 0.01 0.25 179.54 0.52 0.49
Hex 3C BF BE 45 0 1 19 B4 34 31
Octal 74 277 276 105 0 1 31 264 64 61
Binary 111100 10111111 10111110 1000101 0 1 11001 10110100 110100 110001

Color Harmonies of #3CBFBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CBFBE

Black with #3CBFBE

Text Example


Text Example

White with #3CBFBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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