Html Css Color HEX #3FDFC5 Turquoise

📋 copy color: '#3FDFC5'

red 63 ◦ green 223 ◦ blue 197

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

Shades of Turquoise #3FDFC5

Tints of Turquoise #3FDFC5

RGB

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

 GREEN value IS 223 (87.5% from 255) = 46.17%

 BLUE value IS 197 (77.34% from 255) = 40.79%

R = 13.04%
G = 46.17%
B = 40.79%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.12

 K value IS 0.13

RGB Variations

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

Color information

#3FDFC5 (or 0x3FDFC5) is known color: Turquoise. HEX triplet: 3F, DF and C5. RGB value is (63,223,197). Sum of RGB (Red+Green+Blue) = 63+223+197=483 (63% of max value = 765). Red value is 63 (25% from 255 or 13.04% from 483); Green value is 223 (87.5% from 255 or 46.17% from 483); Blue value is 197 (77.34% from 255 or 40.79% from 483); Max value from RGB is 223 - color contains mainly: green. Hex color #3FDFC5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FDFC5 is #C0203A. Grayscale: #ACACAC. Windows color (decimal): -12591163 or 12967743. OLE color: 12967743.

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

Color convert

RGB 63 223 197 -
CMYK 0.72 0 0.12 0.13
HSL 170.25º 0.71% 0.56% -
HSV(B) 170.25º 0.72% 0.87% -
XYZ 38.52 57.86 61.96 -
YUV 172.2 141.99 50.11 -
System Red Green Blue C M Y K H S L
Decimal 63 223 197 0.72 0 0.12 0.13 170.25 0.71 0.56
Hex 3F DF C5 48 0 C D AA 47 38
Octal 77 337 305 110 0 14 15 252 107 70
Binary 111111 11011111 11000101 1001000 0 1100 1101 10101010 1000111 111000

Color Harmonies of #3FDFC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FDFC5

Black with #3FDFC5

Text Example


Text Example

White with #3FDFC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,223,197); }

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

background-color css

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

 a { background-color: rgb(63,223,197); }

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

border-color css

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

 span { border-color: rgb(63,223,197); }

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