Html Css Color HEX #3FD7C8 Turquoise

📋 copy color: '#3FD7C8'

red 63 ◦ green 215 ◦ blue 200

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

Shades of Turquoise #3FD7C8

Tints of Turquoise #3FD7C8

RGB

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

 GREEN value IS 215 (84.38% from 255) = 44.98%

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

R = 13.18%
G = 44.98%
B = 41.84%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#3FD7C8 (or 0x3FD7C8) is known color: Turquoise. HEX triplet: 3F, D7 and C8. RGB value is (63,215,200). Sum of RGB (Red+Green+Blue) = 63+215+200=478 (63% of max value = 765). Red value is 63 (25% from 255 or 13.18% from 478); Green value is 215 (84.38% from 255 or 44.98% from 478); Blue value is 200 (78.52% from 255 or 41.84% from 478); Max value from RGB is 215 - color contains mainly: green. Hex color #3FD7C8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FD7C8 is #C02837. Grayscale: #A7A7A7. Windows color (decimal): -12593208 or 13162303. OLE color: 13162303.

HSL color Cylindrical-coordinate representation of color #3FD7C8: hue angle of 174.08º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3FD7C8 is Cyan = 0.71, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.16.

Color convert

RGB 63 215 200 -
CMYK 0.71 0 0.07 0.16
HSL 174.08º 0.66% 0.55% -
HSV(B) 174.08º 0.71% 0.84% -
XYZ 36.78 53.83 63.1 -
YUV 167.84 146.14 53.22 -
System Red Green Blue C M Y K H S L
Decimal 63 215 200 0.71 0 0.07 0.16 174.08 0.66 0.55
Hex 3F D7 C8 47 0 7 10 AE 42 37
Octal 77 327 310 107 0 7 20 256 102 67
Binary 111111 11010111 11001000 1000111 0 111 10000 10101110 1000010 110111

Color Harmonies of #3FD7C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FD7C8

Black with #3FD7C8

Text Example


Text Example

White with #3FD7C8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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