Html Css Color HEX #3FE2C8 Turquoise

📋 copy color: '#3FE2C8'

red 63 ◦ green 226 ◦ blue 200

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

Shades of Turquoise #3FE2C8

Tints of Turquoise #3FE2C8

RGB

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

 GREEN value IS 226 (88.67% from 255) = 46.22%

 BLUE value IS 200 (78.52% from 255) = 40.9%

R = 12.88%
G = 46.22%
B = 40.9%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.12

 K value IS 0.11

RGB Variations

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

Color information

#3FE2C8 (or 0x3FE2C8) is known color: Turquoise. HEX triplet: 3F, E2 and C8. RGB value is (63,226,200). Sum of RGB (Red+Green+Blue) = 63+226+200=489 (64% of max value = 765). Red value is 63 (25% from 255 or 12.88% from 489); Green value is 226 (88.67% from 255 or 46.22% from 489); Blue value is 200 (78.52% from 255 or 40.90% from 489); Max value from RGB is 226 - color contains mainly: green. Hex color #3FE2C8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FE2C8 is #C01D37. Grayscale: #AEAEAE. Windows color (decimal): -12590392 or 13165119. OLE color: 13165119.

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

Color convert

RGB 63 226 200 -
CMYK 0.72 0 0.12 0.11
HSL 170.43º 0.74% 0.57% -
HSV(B) 170.43º 0.72% 0.89% -
XYZ 39.67 59.62 64.06 -
YUV 174.3 142.5 48.61 -
System Red Green Blue C M Y K H S L
Decimal 63 226 200 0.72 0 0.12 0.11 170.43 0.74 0.57
Hex 3F E2 C8 48 0 C B AA 4A 39
Octal 77 342 310 110 0 14 13 252 112 71
Binary 111111 11100010 11001000 1001000 0 1100 1011 10101010 1001010 111001

Color Harmonies of #3FE2C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FE2C8

Black with #3FE2C8

Text Example


Text Example

White with #3FE2C8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,226,200); }

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

background-color css

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

 a { background-color: rgb(63,226,200); }

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

border-color css

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

 span { border-color: rgb(63,226,200); }

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