Html Css Color HEX #3FFEC5 Turquoise

📋 copy color: '#3FFEC5'

red 63 ◦ green 254 ◦ blue 197

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

Shades of Turquoise #3FFEC5

Tints of Turquoise #3FFEC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 38.33%

R = 12.26%
G = 49.42%
B = 38.33%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.22

 K value IS 0.00

RGB Variations

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

Color information

#3FFEC5 (or 0x3FFEC5) is known color: Turquoise. HEX triplet: 3F, FE and C5. RGB value is (63,254,197). Sum of RGB (Red+Green+Blue) = 63+254+197=514 (68% of max value = 765). Red value is 63 (25% from 255 or 12.26% from 514); Green value is 254 (99.61% from 255 or 49.42% from 514); Blue value is 197 (77.34% from 255 or 38.33% from 514); Max value from RGB is 254 - color contains mainly: green. Hex color #3FFEC5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FFEC5 is #C0013A. Grayscale: #BEBEBE. Windows color (decimal): -12583227 or 12975679. OLE color: 12975679.

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

Color convert

RGB 63 254 197 -
CMYK 0.75 0 0.22 0.00
HSL 162.09º 0.99% 0.62% -
HSV(B) 162.09º 0.75% 1% -
XYZ 47.57 75.97 64.98 -
YUV 190.39 131.72 37.13 -
System Red Green Blue C M Y K H S L
Decimal 63 254 197 0.75 0 0.22 0.00 162.09 0.99 0.62
Hex 3F FE C5 4B 0 16 0 A2 63 3E
Octal 77 376 305 113 0 26 0 242 143 76
Binary 111111 11111110 11000101 1001011 0 10110 0 10100010 1100011 111110

Color Harmonies of #3FFEC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FFEC5

Black with #3FFEC5

Text Example


Text Example

White with #3FFEC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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