Html Css Color HEX #3FEAC0 Turquoise

📋 copy color: '#3FEAC0'

red 63 ◦ green 234 ◦ blue 192

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

Shades of Turquoise #3FEAC0

Tints of Turquoise #3FEAC0

RGB

 RED value IS 63 (25% from 255) = 12.88%

 GREEN value IS 234 (91.8% from 255) = 47.85%

 BLUE value IS 192 (75.39% from 255) = 39.26%

R = 12.88%
G = 47.85%
B = 39.26%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.18

 K value IS 0.08

RGB Variations

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

Color information

#3FEAC0 (or 0x3FEAC0) is known color: Turquoise. HEX triplet: 3F, EA and C0. RGB value is (63,234,192). Sum of RGB (Red+Green+Blue) = 63+234+192=489 (64% of max value = 765). Red value is 63 (25% from 255 or 12.88% from 489); Green value is 234 (91.80% from 255 or 47.85% from 489); Blue value is 192 (75.39% from 255 or 39.26% from 489); Max value from RGB is 234 - color contains mainly: green. Hex color #3FEAC0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FEAC0 is #C0153F. Grayscale: #B2B2B2. Windows color (decimal): -12588352 or 12642879. OLE color: 12642879.

HSL color Cylindrical-coordinate representation of color #3FEAC0: hue angle of 165.26º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3FEAC0 is Cyan = 0.73, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.

Color convert

RGB 63 234 192 -
CMYK 0.73 0 0.18 0.08
HSL 165.26º 0.8% 0.58% -
HSV(B) 165.26º 0.73% 0.92% -
XYZ 40.99 63.71 60.01 -
YUV 178.08 135.85 45.92 -
System Red Green Blue C M Y K H S L
Decimal 63 234 192 0.73 0 0.18 0.08 165.26 0.8 0.58
Hex 3F EA C0 49 0 12 8 A5 50 3A
Octal 77 352 300 111 0 22 10 245 120 72
Binary 111111 11101010 11000000 1001001 0 10010 1000 10100101 1010000 111010

Color Harmonies of #3FEAC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FEAC0

Black with #3FEAC0

Text Example


Text Example

White with #3FEAC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,234,192); }

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

background-color css

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

 a { background-color: rgb(63,234,192); }

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

border-color css

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

 span { border-color: rgb(63,234,192); }

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