Html Css Color HEX #3CFFC6 Turquoise

📋 copy color: '#3CFFC6'

red 60 ◦ green 255 ◦ blue 198

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

Shades of Turquoise #3CFFC6

Tints of Turquoise #3CFFC6

RGB

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

 GREEN value IS 255 (100% from 255) = 49.71%

 BLUE value IS 198 (77.73% from 255) = 38.6%

R = 11.7%
G = 49.71%
B = 38.6%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.22

 K value IS 0

RGB Variations

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

Color information

#3CFFC6 (or 0x3CFFC6) is known color: Turquoise. HEX triplet: 3C, FF and C6. RGB value is (60,255,198). Sum of RGB (Red+Green+Blue) = 60+255+198=513 (67% of max value = 765). Red value is 60 (23.83% from 255 or 11.70% from 513); Green value is 255 (100% from 255 or 49.71% from 513); Blue value is 198 (77.73% from 255 or 38.60% from 513); Max value from RGB is 255 - color contains mainly: green. Hex color #3CFFC6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3CFFC6 is #C30039. Grayscale: #BEBEBE. Windows color (decimal): -12779578 or 13041468. OLE color: 13041468.

HSL color Cylindrical-coordinate representation of color #3CFFC6: hue angle of 162.46º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3CFFC6 is Cyan = 0.76, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.

Color convert

RGB 60 255 198 -
CMYK 0.76 0 0.22 0
HSL 162.46º 1% 0.62% -
HSV(B) 162.46º 0.76% 1% -
XYZ 47.82 76.56 65.68 -
YUV 190.2 132.4 35.13 -
System Red Green Blue C M Y K H S L
Decimal 60 255 198 0.76 0 0.22 0 162.46 1 0.62
Hex 3C FF C6 4C 0 16 0 A2 64 3E
Octal 74 377 306 114 0 26 0 242 144 76
Binary 111100 11111111 11000110 1001100 0 10110 0 10100010 1100100 111110

Color Harmonies of #3CFFC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CFFC6

Black with #3CFFC6

Text Example


Text Example

White with #3CFFC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,255,198); }

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

background-color css

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

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

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

border-color css

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

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

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