Html Css Color HEX #3FDCC0 Turquoise

📋 copy color: '#3FDCC0'

red 63 ◦ green 220 ◦ blue 192

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

Shades of Turquoise #3FDCC0

Tints of Turquoise #3FDCC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 40.42%

R = 13.26%
G = 46.32%
B = 40.42%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.13

 K value IS 0.14

RGB Variations

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

Color information

#3FDCC0 (or 0x3FDCC0) is known color: Turquoise. HEX triplet: 3F, DC and C0. RGB value is (63,220,192). Sum of RGB (Red+Green+Blue) = 63+220+192=475 (62% of max value = 765). Red value is 63 (25% from 255 or 13.26% from 475); Green value is 220 (86.33% from 255 or 46.32% from 475); Blue value is 192 (75.39% from 255 or 40.42% from 475); Max value from RGB is 220 - color contains mainly: green. Hex color #3FDCC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FDCC0 is #C0233F. Grayscale: #A9A9A9. Windows color (decimal): -12591936 or 12639295. OLE color: 12639295.

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

Color convert

RGB 63 220 192 -
CMYK 0.71 0 0.13 0.14
HSL 169.3º 0.69% 0.55% -
HSV(B) 169.3º 0.71% 0.86% -
XYZ 37.16 56.05 58.73 -
YUV 169.87 140.49 51.78 -
System Red Green Blue C M Y K H S L
Decimal 63 220 192 0.71 0 0.13 0.14 169.3 0.69 0.55
Hex 3F DC C0 47 0 D E A9 45 37
Octal 77 334 300 107 0 15 16 251 105 67
Binary 111111 11011100 11000000 1000111 0 1101 1110 10101001 1000101 110111

Color Harmonies of #3FDCC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FDCC0

Black with #3FDCC0

Text Example


Text Example

White with #3FDCC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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