Html Css Color HEX #3FE4BE Turquoise

📋 copy color: '#3FE4BE'

red 63 ◦ green 228 ◦ blue 190

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

Shades of Turquoise #3FE4BE

Tints of Turquoise #3FE4BE

RGB

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

 GREEN value IS 228 (89.45% from 255) = 47.4%

 BLUE value IS 190 (74.61% from 255) = 39.5%

R = 13.1%
G = 47.4%
B = 39.5%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.17

 K value IS 0.11

RGB Variations

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

Color information

#3FE4BE (or 0x3FE4BE) is known color: Turquoise. HEX triplet: 3F, E4 and BE. RGB value is (63,228,190). Sum of RGB (Red+Green+Blue) = 63+228+190=481 (63% of max value = 765). Red value is 63 (25% from 255 or 13.10% from 481); Green value is 228 (89.45% from 255 or 47.40% from 481); Blue value is 190 (74.61% from 255 or 39.50% from 481); Max value from RGB is 228 - color contains mainly: green. Hex color #3FE4BE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FE4BE is #C01B41. Grayscale: #AEAEAE. Windows color (decimal): -12589890 or 12510271. OLE color: 12510271.

HSL color Cylindrical-coordinate representation of color #3FE4BE: hue angle of 166.18º degrees, saturation: 0.75, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3FE4BE is Cyan = 0.72, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.11.

Color convert

RGB 63 228 190 -
CMYK 0.72 0 0.17 0.11
HSL 166.18º 0.75% 0.57% -
HSV(B) 166.18º 0.72% 0.89% -
XYZ 39.09 60.26 58.29 -
YUV 174.33 136.84 48.59 -
System Red Green Blue C M Y K H S L
Decimal 63 228 190 0.72 0 0.17 0.11 166.18 0.75 0.57
Hex 3F E4 BE 48 0 11 B A6 4B 39
Octal 77 344 276 110 0 21 13 246 113 71
Binary 111111 11100100 10111110 1001000 0 10001 1011 10100110 1001011 111001

Color Harmonies of #3FE4BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FE4BE

Black with #3FE4BE

Text Example


Text Example

White with #3FE4BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,228,190); }

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

background-color css

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

 a { background-color: rgb(63,228,190); }

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

border-color css

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

 span { border-color: rgb(63,228,190); }

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