Html Css Color HEX #3FDCB7 Turquoise

📋 copy color: '#3FDCB7'

red 63 ◦ green 220 ◦ blue 183

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

Shades of Turquoise #3FDCB7

Tints of Turquoise #3FDCB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 39.27%

R = 13.52%
G = 47.21%
B = 39.27%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.17

 K value IS 0.14

RGB Variations

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

Color information

#3FDCB7 (or 0x3FDCB7) is known color: Turquoise. HEX triplet: 3F, DC and B7. RGB value is (63,220,183). Sum of RGB (Red+Green+Blue) = 63+220+183=466 (61% of max value = 765). Red value is 63 (25% from 255 or 13.52% from 466); Green value is 220 (86.33% from 255 or 47.21% from 466); Blue value is 183 (71.88% from 255 or 39.27% from 466); Max value from RGB is 220 - color contains mainly: green. Hex color #3FDCB7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FDCB7 is #C02348. Grayscale: #A8A8A8. Windows color (decimal): -12591945 or 12049471. OLE color: 12049471.

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

Color convert

RGB 63 220 183 -
CMYK 0.71 0 0.17 0.14
HSL 165.86º 0.69% 0.55% -
HSV(B) 165.86º 0.71% 0.86% -
XYZ 36.19 55.66 53.64 -
YUV 168.84 135.99 52.51 -
System Red Green Blue C M Y K H S L
Decimal 63 220 183 0.71 0 0.17 0.14 165.86 0.69 0.55
Hex 3F DC B7 47 0 11 E A6 45 37
Octal 77 334 267 107 0 21 16 246 105 67
Binary 111111 11011100 10110111 1000111 0 10001 1110 10100110 1000101 110111

Color Harmonies of #3FDCB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FDCB7

Black with #3FDCB7

Text Example


Text Example

White with #3FDCB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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