Html Css Color HEX #3FDAB8 Turquoise

📋 copy color: '#3FDAB8'

red 63 ◦ green 218 ◦ blue 184

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

Shades of Turquoise #3FDAB8

Tints of Turquoise #3FDAB8

RGB

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

 GREEN value IS 218 (85.55% from 255) = 46.88%

 BLUE value IS 184 (72.27% from 255) = 39.57%

R = 13.55%
G = 46.88%
B = 39.57%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.16

 K value IS 0.15

RGB Variations

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

Color information

#3FDAB8 (or 0x3FDAB8) is known color: Turquoise. HEX triplet: 3F, DA and B8. RGB value is (63,218,184). Sum of RGB (Red+Green+Blue) = 63+218+184=465 (61% of max value = 765). Red value is 63 (25% from 255 or 13.55% from 465); Green value is 218 (85.55% from 255 or 46.88% from 465); Blue value is 184 (72.27% from 255 or 39.57% from 465); Max value from RGB is 218 - color contains mainly: green. Hex color #3FDAB8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FDAB8 is #C02547. Grayscale: #A7A7A7. Windows color (decimal): -12592456 or 12114495. OLE color: 12114495.

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

Color convert

RGB 63 218 184 -
CMYK 0.71 0 0.16 0.15
HSL 166.84º 0.68% 0.55% -
HSV(B) 166.84º 0.71% 0.85% -
XYZ 35.77 54.66 54.01 -
YUV 167.78 137.15 53.26 -
System Red Green Blue C M Y K H S L
Decimal 63 218 184 0.71 0 0.16 0.15 166.84 0.68 0.55
Hex 3F DA B8 47 0 10 F A7 44 37
Octal 77 332 270 107 0 20 17 247 104 67
Binary 111111 11011010 10111000 1000111 0 10000 1111 10100111 1000100 110111

Color Harmonies of #3FDAB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FDAB8

Black with #3FDAB8

Text Example


Text Example

White with #3FDAB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,218,184); }

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

background-color css

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

 a { background-color: rgb(63,218,184); }

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

border-color css

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

 span { border-color: rgb(63,218,184); }

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