Html Css Color HEX #3CBFBF Medium Turquoise

📋 copy color: '#3CBFBF'

red 60 ◦ green 191 ◦ blue 191

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

Shades of Medium Turquoise #3CBFBF

Tints of Medium Turquoise #3CBFBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 43.21%

R = 13.57%
G = 43.21%
B = 43.21%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3CBFBF (or 0x3CBFBF) is known color: Medium Turquoise. HEX triplet: 3C, BF and BF. RGB value is (60,191,191). Sum of RGB (Red+Green+Blue) = 60+191+191=442 (58% of max value = 765). Red value is 60 (23.83% from 255 or 13.57% from 442); Green value is 191 (75% from 255 or 43.21% from 442); Blue value is 191 (75% from 255 or 43.21% from 442); Max value from RGB is 191 - color contains mainly: green, blue. Hex color #3CBFBF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CBFBF is #C34040. Grayscale: #979797. Windows color (decimal): -12795969 or 12566332. OLE color: 12566332.

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

Color convert

RGB 60 191 191 -
CMYK 0.69 0 0 0.25
HSL 180º 0.52% 0.49% -
HSV(B) 180º 0.69% 0.75% -
XYZ 29.9 41.98 55.82 -
YUV 151.83 150.1 62.5 -
System Red Green Blue C M Y K H S L
Decimal 60 191 191 0.69 0 0 0.25 180 0.52 0.49
Hex 3C BF BF 45 0 0 19 B4 34 31
Octal 74 277 277 105 0 0 31 264 64 61
Binary 111100 10111111 10111111 1000101 0 0 11001 10110100 110100 110001

Color Harmonies of #3CBFBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CBFBF

Black with #3CBFBF

Text Example


Text Example

White with #3CBFBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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