Html Css Color HEX #3CBFBD Medium Turquoise

📋 copy color: '#3CBFBD'

red 60 ◦ green 191 ◦ blue 189

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

Shades of Medium Turquoise #3CBFBD

Tints of Medium Turquoise #3CBFBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 42.95%

R = 13.64%
G = 43.41%
B = 42.95%

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

#3CBFBD (or 0x3CBFBD) is known color: Medium Turquoise. HEX triplet: 3C, BF and BD. RGB value is (60,191,189). Sum of RGB (Red+Green+Blue) = 60+191+189=440 (58% of max value = 765). Red value is 60 (23.83% from 255 or 13.64% from 440); Green value is 191 (75% from 255 or 43.41% from 440); Blue value is 189 (74.22% from 255 or 42.95% from 440); Max value from RGB is 191 - color contains mainly: green. Hex color #3CBFBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CBFBD is #C34042. Grayscale: #979797. Windows color (decimal): -12795971 or 12435260. OLE color: 12435260.

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

Color convert

RGB 60 191 189 -
CMYK 0.69 0 0.01 0.25
HSL 179.08º 0.52% 0.49% -
HSV(B) 179.08º 0.69% 0.75% -
XYZ 29.68 41.9 54.67 -
YUV 151.6 149.1 62.66 -
System Red Green Blue C M Y K H S L
Decimal 60 191 189 0.69 0 0.01 0.25 179.08 0.52 0.49
Hex 3C BF BD 45 0 1 19 B3 34 31
Octal 74 277 275 105 0 1 31 263 64 61
Binary 111100 10111111 10111101 1000101 0 1 11001 10110011 110100 110001

Color Harmonies of #3CBFBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CBFBD

Black with #3CBFBD

Text Example


Text Example

White with #3CBFBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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