Html Css Color HEX #3FEAC8 Turquoise

📋 copy color: '#3FEAC8'

red 63 ◦ green 234 ◦ blue 200

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

Shades of Turquoise #3FEAC8

Tints of Turquoise #3FEAC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 40.24%

R = 12.68%
G = 47.08%
B = 40.24%

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

#3FEAC8 (or 0x3FEAC8) is known color: Turquoise. HEX triplet: 3F, EA and C8. RGB value is (63,234,200). Sum of RGB (Red+Green+Blue) = 63+234+200=497 (65% of max value = 765). Red value is 63 (25% from 255 or 12.68% from 497); Green value is 234 (91.80% from 255 or 47.08% from 497); Blue value is 200 (78.52% from 255 or 40.24% from 497); Max value from RGB is 234 - color contains mainly: green. Hex color #3FEAC8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FEAC8 is #C01537. Grayscale: #B2B2B2. Windows color (decimal): -12588344 or 13167167. OLE color: 13167167.

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

Color convert

RGB 63 234 200 -
CMYK 0.73 0 0.15 0.08
HSL 168.07º 0.8% 0.58% -
HSV(B) 168.07º 0.73% 0.92% -
XYZ 41.9 64.07 64.8 -
YUV 179 139.85 45.26 -
System Red Green Blue C M Y K H S L
Decimal 63 234 200 0.73 0 0.15 0.08 168.07 0.8 0.58
Hex 3F EA C8 49 0 F 8 A8 50 3A
Octal 77 352 310 111 0 17 10 250 120 72
Binary 111111 11101010 11001000 1001001 0 1111 1000 10101000 1010000 111010

Color Harmonies of #3FEAC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FEAC8

Black with #3FEAC8

Text Example


Text Example

White with #3FEAC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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