Html Css Color HEX #3CFFC4 Turquoise

📋 copy color: '#3CFFC4'

red 60 ◦ green 255 ◦ blue 196

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

Shades of Turquoise #3CFFC4

Tints of Turquoise #3CFFC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 38.36%

R = 11.74%
G = 49.9%
B = 38.36%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.23

 K value IS 0

RGB Variations

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

Color information

#3CFFC4 (or 0x3CFFC4) is known color: Turquoise. HEX triplet: 3C, FF and C4. RGB value is (60,255,196). Sum of RGB (Red+Green+Blue) = 60+255+196=511 (67% of max value = 765). Red value is 60 (23.83% from 255 or 11.74% from 511); Green value is 255 (100% from 255 or 49.90% from 511); Blue value is 196 (76.95% from 255 or 38.36% from 511); Max value from RGB is 255 - color contains mainly: green. Hex color #3CFFC4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3CFFC4 is #C3003B. Grayscale: #BEBEBE. Windows color (decimal): -12779580 or 12910396. OLE color: 12910396.

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

Color convert

RGB 60 255 196 -
CMYK 0.76 0 0.23 0
HSL 161.85º 1% 0.62% -
HSV(B) 161.85º 0.76% 1% -
XYZ 47.59 76.47 64.48 -
YUV 189.97 131.4 35.3 -
System Red Green Blue C M Y K H S L
Decimal 60 255 196 0.76 0 0.23 0 161.85 1 0.62
Hex 3C FF C4 4C 0 17 0 A2 64 3E
Octal 74 377 304 114 0 27 0 242 144 76
Binary 111100 11111111 11000100 1001100 0 10111 0 10100010 1100100 111110

Color Harmonies of #3CFFC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CFFC4

Black with #3CFFC4

Text Example


Text Example

White with #3CFFC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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