Html Css Color HEX #3FEABC Turquoise

📋 copy color: '#3FEABC'

red 63 ◦ green 234 ◦ blue 188

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

Shades of Turquoise #3FEABC

Tints of Turquoise #3FEABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 38.76%

R = 12.99%
G = 48.25%
B = 38.76%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.20

 K value IS 0.08

RGB Variations

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

Color information

#3FEABC (or 0x3FEABC) is known color: Turquoise. HEX triplet: 3F, EA and BC. RGB value is (63,234,188). Sum of RGB (Red+Green+Blue) = 63+234+188=485 (64% of max value = 765). Red value is 63 (25% from 255 or 12.99% from 485); Green value is 234 (91.80% from 255 or 48.25% from 485); Blue value is 188 (73.83% from 255 or 38.76% from 485); Max value from RGB is 234 - color contains mainly: green. Hex color #3FEABC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FEABC is #C01543. Grayscale: #B1B1B1. Windows color (decimal): -12588356 or 12380735. OLE color: 12380735.

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

Color convert

RGB 63 234 188 -
CMYK 0.73 0 0.20 0.08
HSL 163.86º 0.8% 0.58% -
HSV(B) 163.86º 0.73% 0.92% -
XYZ 40.55 63.53 57.7 -
YUV 177.63 133.85 46.24 -
System Red Green Blue C M Y K H S L
Decimal 63 234 188 0.73 0 0.20 0.08 163.86 0.8 0.58
Hex 3F EA BC 49 0 14 8 A4 50 3A
Octal 77 352 274 111 0 24 10 244 120 72
Binary 111111 11101010 10111100 1001001 0 10100 1000 10100100 1010000 111010

Color Harmonies of #3FEABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FEABC

Black with #3FEABC

Text Example


Text Example

White with #3FEABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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