Html Css Color HEX #3FE5C2 Turquoise

📋 copy color: '#3FE5C2'

red 63 ◦ green 229 ◦ blue 194

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

Shades of Turquoise #3FE5C2

Tints of Turquoise #3FE5C2

RGB

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

 GREEN value IS 229 (89.84% from 255) = 47.12%

 BLUE value IS 194 (76.17% from 255) = 39.92%

R = 12.96%
G = 47.12%
B = 39.92%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.15

 K value IS 0.10

RGB Variations

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

Color information

#3FE5C2 (or 0x3FE5C2) is known color: Turquoise. HEX triplet: 3F, E5 and C2. RGB value is (63,229,194). Sum of RGB (Red+Green+Blue) = 63+229+194=486 (64% of max value = 765). Red value is 63 (25% from 255 or 12.96% from 486); Green value is 229 (89.84% from 255 or 47.12% from 486); Blue value is 194 (76.17% from 255 or 39.92% from 486); Max value from RGB is 229 - color contains mainly: green. Hex color #3FE5C2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FE5C2 is #C01A3D. Grayscale: #AFAFAF. Windows color (decimal): -12589630 or 12772671. OLE color: 12772671.

HSL color Cylindrical-coordinate representation of color #3FE5C2: hue angle of 167.35º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3FE5C2 is Cyan = 0.72, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.10.

Color convert

RGB 63 229 194 -
CMYK 0.72 0 0.15 0.10
HSL 167.35º 0.76% 0.57% -
HSV(B) 167.35º 0.72% 0.9% -
XYZ 39.81 60.99 60.71 -
YUV 175.38 138.5 47.85 -
System Red Green Blue C M Y K H S L
Decimal 63 229 194 0.72 0 0.15 0.10 167.35 0.76 0.57
Hex 3F E5 C2 48 0 F A A7 4C 39
Octal 77 345 302 110 0 17 12 247 114 71
Binary 111111 11100101 11000010 1001000 0 1111 1010 10100111 1001100 111001

Color Harmonies of #3FE5C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FE5C2

Black with #3FE5C2

Text Example


Text Example

White with #3FE5C2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,229,194); }

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

background-color css

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

 a { background-color: rgb(63,229,194); }

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

border-color css

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

 span { border-color: rgb(63,229,194); }

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