Html Css Color HEX #3FDABF Turquoise

📋 copy color: '#3FDABF'

red 63 ◦ green 218 ◦ blue 191

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

Shades of Turquoise #3FDABF

Tints of Turquoise #3FDABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 40.47%

R = 13.35%
G = 46.19%
B = 40.47%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.12

 K value IS 0.15

RGB Variations

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

Color information

#3FDABF (or 0x3FDABF) is known color: Turquoise. HEX triplet: 3F, DA and BF. RGB value is (63,218,191). Sum of RGB (Red+Green+Blue) = 63+218+191=472 (62% of max value = 765). Red value is 63 (25% from 255 or 13.35% from 472); Green value is 218 (85.55% from 255 or 46.19% from 472); Blue value is 191 (75% from 255 or 40.47% from 472); Max value from RGB is 218 - color contains mainly: green. Hex color #3FDABF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FDABF is #C02540. Grayscale: #A8A8A8. Windows color (decimal): -12592449 or 12573247. OLE color: 12573247.

HSL color Cylindrical-coordinate representation of color #3FDABF: hue angle of 169.55º 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 #3FDABF is Cyan = 0.71, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.

Color convert

RGB 63 218 191 -
CMYK 0.71 0 0.12 0.15
HSL 169.55º 0.68% 0.55% -
HSV(B) 169.55º 0.71% 0.85% -
XYZ 36.53 54.96 57.97 -
YUV 168.58 140.65 52.7 -
System Red Green Blue C M Y K H S L
Decimal 63 218 191 0.71 0 0.12 0.15 169.55 0.68 0.55
Hex 3F DA BF 47 0 C F AA 44 37
Octal 77 332 277 107 0 14 17 252 104 67
Binary 111111 11011010 10111111 1000111 0 1100 1111 10101010 1000100 110111

Color Harmonies of #3FDABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FDABF

Black with #3FDABF

Text Example


Text Example

White with #3FDABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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