Html Css Color HEX #3FDCB5 Turquoise

📋 copy color: '#3FDCB5'

red 63 ◦ green 220 ◦ blue 181

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

Shades of Turquoise #3FDCB5

Tints of Turquoise #3FDCB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 39.01%

R = 13.58%
G = 47.41%
B = 39.01%

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

#3FDCB5 (or 0x3FDCB5) is known color: Turquoise. HEX triplet: 3F, DC and B5. RGB value is (63,220,181). Sum of RGB (Red+Green+Blue) = 63+220+181=464 (61% of max value = 765). Red value is 63 (25% from 255 or 13.58% from 464); Green value is 220 (86.33% from 255 or 47.41% from 464); Blue value is 181 (71.09% from 255 or 39.01% from 464); Max value from RGB is 220 - color contains mainly: green. Hex color #3FDCB5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FDCB5 is #C0234A. Grayscale: #A8A8A8. Windows color (decimal): -12591947 or 11918399. OLE color: 11918399.

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

Color convert

RGB 63 220 181 -
CMYK 0.71 0 0.18 0.14
HSL 165.1º 0.69% 0.55% -
HSV(B) 165.1º 0.71% 0.86% -
XYZ 35.98 55.58 52.55 -
YUV 168.61 134.99 52.67 -
System Red Green Blue C M Y K H S L
Decimal 63 220 181 0.71 0 0.18 0.14 165.1 0.69 0.55
Hex 3F DC B5 47 0 12 E A5 45 37
Octal 77 334 265 107 0 22 16 245 105 67
Binary 111111 11011100 10110101 1000111 0 10010 1110 10100101 1000101 110111

Color Harmonies of #3FDCB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FDCB5

Black with #3FDCB5

Text Example


Text Example

White with #3FDCB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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