Html Css Color HEX #3FE0BE Turquoise

📋 copy color: '#3FE0BE'

red 63 ◦ green 224 ◦ blue 190

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

Shades of Turquoise #3FE0BE

Tints of Turquoise #3FE0BE

RGB

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

 GREEN value IS 224 (87.89% from 255) = 46.96%

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

R = 13.21%
G = 46.96%
B = 39.83%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.15

 K value IS 0.12

RGB Variations

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

Color information

#3FE0BE (or 0x3FE0BE) is known color: Turquoise. HEX triplet: 3F, E0 and BE. RGB value is (63,224,190). Sum of RGB (Red+Green+Blue) = 63+224+190=477 (63% of max value = 765). Red value is 63 (25% from 255 or 13.21% from 477); Green value is 224 (87.89% from 255 or 46.96% from 477); Blue value is 190 (74.61% from 255 or 39.83% from 477); Max value from RGB is 224 - color contains mainly: green. Hex color #3FE0BE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FE0BE is #C01F41. Grayscale: #ABABAB. Windows color (decimal): -12590914 or 12509247. OLE color: 12509247.

HSL color Cylindrical-coordinate representation of color #3FE0BE: hue angle of 167.33º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3FE0BE is Cyan = 0.72, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.12.

Color convert

RGB 63 224 190 -
CMYK 0.72 0 0.15 0.12
HSL 167.33º 0.72% 0.56% -
HSV(B) 167.33º 0.72% 0.88% -
XYZ 38 58.09 57.92 -
YUV 171.99 138.16 50.26 -
System Red Green Blue C M Y K H S L
Decimal 63 224 190 0.72 0 0.15 0.12 167.33 0.72 0.56
Hex 3F E0 BE 48 0 F C A7 48 38
Octal 77 340 276 110 0 17 14 247 110 70
Binary 111111 11100000 10111110 1001000 0 1111 1100 10100111 1001000 111000

Color Harmonies of #3FE0BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FE0BE

Black with #3FE0BE

Text Example


Text Example

White with #3FE0BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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