Html Css Color HEX #3FFED8 Turquoise

📋 copy color: '#3FFED8'

red 63 ◦ green 254 ◦ blue 216

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

Shades of Turquoise #3FFED8

Tints of Turquoise #3FFED8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 40.53%

R = 11.82%
G = 47.65%
B = 40.53%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.15

 K value IS 0.00

RGB Variations

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

Color information

#3FFED8 (or 0x3FFED8) is known color: Turquoise. HEX triplet: 3F, FE and D8. RGB value is (63,254,216). Sum of RGB (Red+Green+Blue) = 63+254+216=533 (70% of max value = 765). Red value is 63 (25% from 255 or 11.82% from 533); Green value is 254 (99.61% from 255 or 47.65% from 533); Blue value is 216 (84.77% from 255 or 40.53% from 533); Max value from RGB is 254 - color contains mainly: green. Hex color #3FFED8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FFED8 is #C00127. Grayscale: #C0C0C0. Windows color (decimal): -12583208 or 14220863. OLE color: 14220863.

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

Color convert

RGB 63 254 216 -
CMYK 0.75 0 0.15 0.00
HSL 168.06º 0.99% 0.62% -
HSV(B) 168.06º 0.75% 1% -
XYZ 49.89 76.9 77.18 -
YUV 192.56 141.22 35.59 -
System Red Green Blue C M Y K H S L
Decimal 63 254 216 0.75 0 0.15 0.00 168.06 0.99 0.62
Hex 3F FE D8 4B 0 F 0 A8 63 3E
Octal 77 376 330 113 0 17 0 250 143 76
Binary 111111 11111110 11011000 1001011 0 1111 0 10101000 1100011 111110

Color Harmonies of #3FFED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FFED8

Black with #3FFED8

Text Example


Text Example

White with #3FFED8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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