Html Css Color HEX #3FDCB4 Turquoise

📋 copy color: '#3FDCB4'

red 63 ◦ green 220 ◦ blue 180

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

Shades of Turquoise #3FDCB4

Tints of Turquoise #3FDCB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 38.88%

R = 13.61%
G = 47.52%
B = 38.88%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.18

 K value IS 0.14

RGB Variations

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

Color information

#3FDCB4 (or 0x3FDCB4) is known color: Turquoise. HEX triplet: 3F, DC and B4. RGB value is (63,220,180). Sum of RGB (Red+Green+Blue) = 63+220+180=463 (61% of max value = 765). Red value is 63 (25% from 255 or 13.61% from 463); Green value is 220 (86.33% from 255 or 47.52% from 463); Blue value is 180 (70.70% from 255 or 38.88% from 463); Max value from RGB is 220 - color contains mainly: green. Hex color #3FDCB4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FDCB4 is #C0234B. Grayscale: #A8A8A8. Windows color (decimal): -12591948 or 11852863. OLE color: 11852863.

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

Color convert

RGB 63 220 180 -
CMYK 0.71 0 0.18 0.14
HSL 164.71º 0.69% 0.55% -
HSV(B) 164.71º 0.71% 0.86% -
XYZ 35.88 55.54 52.01 -
YUV 168.5 134.49 52.75 -
System Red Green Blue C M Y K H S L
Decimal 63 220 180 0.71 0 0.18 0.14 164.71 0.69 0.55
Hex 3F DC B4 47 0 12 E A5 45 37
Octal 77 334 264 107 0 22 16 245 105 67
Binary 111111 11011100 10110100 1000111 0 10010 1110 10100101 1000101 110111

Color Harmonies of #3FDCB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FDCB4

Black with #3FDCB4

Text Example


Text Example

White with #3FDCB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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