Html Css Color HEX #3FFEBE Turquoise

📋 copy color: '#3FFEBE'

red 63 ◦ green 254 ◦ blue 190

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

Shades of Turquoise #3FFEBE

Tints of Turquoise #3FFEBE

RGB

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

 GREEN value IS 254 (99.61% from 255) = 50.1%

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

R = 12.43%
G = 50.1%
B = 37.48%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.25

 K value IS 0.00

RGB Variations

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

Color information

#3FFEBE (or 0x3FFEBE) is known color: Turquoise. HEX triplet: 3F, FE and BE. RGB value is (63,254,190). Sum of RGB (Red+Green+Blue) = 63+254+190=507 (67% of max value = 765). Red value is 63 (25% from 255 or 12.43% from 507); Green value is 254 (99.61% from 255 or 50.10% from 507); Blue value is 190 (74.61% from 255 or 37.48% from 507); Max value from RGB is 254 - color contains mainly: green. Hex color #3FFEBE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FFEBE is #C00141. Grayscale: #BDBDBD. Windows color (decimal): -12583234 or 12516927. OLE color: 12516927.

HSL color Cylindrical-coordinate representation of color #3FFEBE: hue angle of 159.9º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3FFEBE is Cyan = 0.75, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.00.

Color convert

RGB 63 254 190 -
CMYK 0.75 0 0.25 0.00
HSL 159.9º 0.99% 0.62% -
HSV(B) 159.9º 0.75% 1% -
XYZ 46.79 75.66 60.85 -
YUV 189.6 128.22 37.7 -
System Red Green Blue C M Y K H S L
Decimal 63 254 190 0.75 0 0.25 0.00 159.9 0.99 0.62
Hex 3F FE BE 4B 0 19 0 A0 63 3E
Octal 77 376 276 113 0 31 0 240 143 76
Binary 111111 11111110 10111110 1001011 0 11001 0 10100000 1100011 111110

Color Harmonies of #3FFEBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FFEBE

Black with #3FFEBE

Text Example


Text Example

White with #3FFEBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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