Html Css Color HEX #3FE0C6 Turquoise

📋 copy color: '#3FE0C6'

red 63 ◦ green 224 ◦ blue 198

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

Shades of Turquoise #3FE0C6

Tints of Turquoise #3FE0C6

RGB

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

 GREEN value IS 224 (87.89% from 255) = 46.19%

 BLUE value IS 198 (77.73% from 255) = 40.82%

R = 12.99%
G = 46.19%
B = 40.82%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.12

 K value IS 0.12

RGB Variations

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

Color information

#3FE0C6 (or 0x3FE0C6) is known color: Turquoise. HEX triplet: 3F, E0 and C6. RGB value is (63,224,198). Sum of RGB (Red+Green+Blue) = 63+224+198=485 (64% of max value = 765). Red value is 63 (25% from 255 or 12.99% from 485); Green value is 224 (87.89% from 255 or 46.19% from 485); Blue value is 198 (77.73% from 255 or 40.82% from 485); Max value from RGB is 224 - color contains mainly: green. Hex color #3FE0C6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FE0C6 is #C01F39. Grayscale: #ACACAC. Windows color (decimal): -12590906 or 13033535. OLE color: 13033535.

HSL color Cylindrical-coordinate representation of color #3FE0C6: hue angle of 170.31º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3FE0C6 is Cyan = 0.72, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.12.

Color convert

RGB 63 224 198 -
CMYK 0.72 0 0.12 0.12
HSL 170.31º 0.72% 0.56% -
HSV(B) 170.31º 0.72% 0.88% -
XYZ 38.9 58.45 62.66 -
YUV 172.9 142.16 49.61 -
System Red Green Blue C M Y K H S L
Decimal 63 224 198 0.72 0 0.12 0.12 170.31 0.72 0.56
Hex 3F E0 C6 48 0 C C AA 48 38
Octal 77 340 306 110 0 14 14 252 110 70
Binary 111111 11100000 11000110 1001000 0 1100 1100 10101010 1001000 111000

Color Harmonies of #3FE0C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FE0C6

Black with #3FE0C6

Text Example


Text Example

White with #3FE0C6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,224,198); }

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

background-color css

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

 a { background-color: rgb(63,224,198); }

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

border-color css

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

 span { border-color: rgb(63,224,198); }

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