Html Css Color HEX #3FECB2 Turquoise

📋 copy color: '#3FECB2'

red 63 ◦ green 236 ◦ blue 178

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

Shades of Turquoise #3FECB2

Tints of Turquoise #3FECB2

RGB

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

 GREEN value IS 236 (92.58% from 255) = 49.48%

 BLUE value IS 178 (69.92% from 255) = 37.32%

R = 13.21%
G = 49.48%
B = 37.32%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.25

 K value IS 0.07

RGB Variations

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

Color information

#3FECB2 (or 0x3FECB2) is known color: Turquoise. HEX triplet: 3F, EC and B2. RGB value is (63,236,178). Sum of RGB (Red+Green+Blue) = 63+236+178=477 (63% of max value = 765). Red value is 63 (25% from 255 or 13.21% from 477); Green value is 236 (92.58% from 255 or 49.48% from 477); Blue value is 178 (69.92% from 255 or 37.32% from 477); Max value from RGB is 236 - color contains mainly: green. Hex color #3FECB2 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3FECB2 is #C0134D. Grayscale: #B1B1B1. Windows color (decimal): -12587854 or 11725887. OLE color: 11725887.

HSL color Cylindrical-coordinate representation of color #3FECB2: hue angle of 159.88º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3FECB2 is Cyan = 0.73, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.07.

Color convert

RGB 63 236 178 -
CMYK 0.73 0 0.25 0.07
HSL 159.88º 0.82% 0.59% -
HSV(B) 159.88º 0.73% 0.93% -
XYZ 40.08 64.26 52.41 -
YUV 177.66 128.19 46.22 -
System Red Green Blue C M Y K H S L
Decimal 63 236 178 0.73 0 0.25 0.07 159.88 0.82 0.59
Hex 3F EC B2 49 0 19 7 A0 52 3B
Octal 77 354 262 111 0 31 7 240 122 73
Binary 111111 11101100 10110010 1001001 0 11001 111 10100000 1010010 111011

Color Harmonies of #3FECB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FECB2

Black with #3FECB2

Text Example


Text Example

White with #3FECB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,236,178); }

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

background-color css

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

 a { background-color: rgb(63,236,178); }

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

border-color css

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

 span { border-color: rgb(63,236,178); }

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