Html Css Color HEX #3FDCB9 Turquoise

📋 copy color: '#3FDCB9'

red 63 ◦ green 220 ◦ blue 185

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

Shades of Turquoise #3FDCB9

Tints of Turquoise #3FDCB9

RGB

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

 GREEN value IS 220 (86.33% from 255) = 47.01%

 BLUE value IS 185 (72.66% from 255) = 39.53%

R = 13.46%
G = 47.01%
B = 39.53%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.16

 K value IS 0.14

RGB Variations

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

Color information

#3FDCB9 (or 0x3FDCB9) is known color: Turquoise. HEX triplet: 3F, DC and B9. RGB value is (63,220,185). Sum of RGB (Red+Green+Blue) = 63+220+185=468 (61% of max value = 765). Red value is 63 (25% from 255 or 13.46% from 468); Green value is 220 (86.33% from 255 or 47.01% from 468); Blue value is 185 (72.66% from 255 or 39.53% from 468); Max value from RGB is 220 - color contains mainly: green. Hex color #3FDCB9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FDCB9 is #C02346. Grayscale: #A9A9A9. Windows color (decimal): -12591943 or 12180543. OLE color: 12180543.

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

Color convert

RGB 63 220 185 -
CMYK 0.71 0 0.16 0.14
HSL 166.62º 0.69% 0.55% -
HSV(B) 166.62º 0.71% 0.86% -
XYZ 36.4 55.75 54.74 -
YUV 169.07 136.99 52.35 -
System Red Green Blue C M Y K H S L
Decimal 63 220 185 0.71 0 0.16 0.14 166.62 0.69 0.55
Hex 3F DC B9 47 0 10 E A7 45 37
Octal 77 334 271 107 0 20 16 247 105 67
Binary 111111 11011100 10111001 1000111 0 10000 1110 10100111 1000101 110111

Color Harmonies of #3FDCB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FDCB9

Black with #3FDCB9

Text Example


Text Example

White with #3FDCB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,220,185); }

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

background-color css

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

 a { background-color: rgb(63,220,185); }

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

border-color css

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

 span { border-color: rgb(63,220,185); }

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