Html Css Color HEX #3FEAC7 Turquoise

📋 copy color: '#3FEAC7'

red 63 ◦ green 234 ◦ blue 199

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

Shades of Turquoise #3FEAC7

Tints of Turquoise #3FEAC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 40.12%

R = 12.7%
G = 47.18%
B = 40.12%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.15

 K value IS 0.08

RGB Variations

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

Color information

#3FEAC7 (or 0x3FEAC7) is known color: Turquoise. HEX triplet: 3F, EA and C7. RGB value is (63,234,199). Sum of RGB (Red+Green+Blue) = 63+234+199=496 (65% of max value = 765). Red value is 63 (25% from 255 or 12.70% from 496); Green value is 234 (91.80% from 255 or 47.18% from 496); Blue value is 199 (78.12% from 255 or 40.12% from 496); Max value from RGB is 234 - color contains mainly: green. Hex color #3FEAC7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FEAC7 is #C01538. Grayscale: #B2B2B2. Windows color (decimal): -12588345 or 13101631. OLE color: 13101631.

HSL color Cylindrical-coordinate representation of color #3FEAC7: hue angle of 167.72º 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 #3FEAC7 is Cyan = 0.73, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.08.

Color convert

RGB 63 234 199 -
CMYK 0.73 0 0.15 0.08
HSL 167.72º 0.8% 0.58% -
HSV(B) 167.72º 0.73% 0.92% -
XYZ 41.78 64.03 64.19 -
YUV 178.88 139.35 45.35 -
System Red Green Blue C M Y K H S L
Decimal 63 234 199 0.73 0 0.15 0.08 167.72 0.8 0.58
Hex 3F EA C7 49 0 F 8 A8 50 3A
Octal 77 352 307 111 0 17 10 250 120 72
Binary 111111 11101010 11000111 1001001 0 1111 1000 10101000 1010000 111010

Color Harmonies of #3FEAC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FEAC7

Black with #3FEAC7

Text Example


Text Example

White with #3FEAC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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