Html Css Color HEX #3FDCD5 Turquoise

📋 copy color: '#3FDCD5'

red 63 ◦ green 220 ◦ blue 213

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

Shades of Turquoise #3FDCD5

Tints of Turquoise #3FDCD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 42.94%

R = 12.7%
G = 44.35%
B = 42.94%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.03

 K value IS 0.14

RGB Variations

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

Color information

#3FDCD5 (or 0x3FDCD5) is known color: Turquoise. HEX triplet: 3F, DC and D5. RGB value is (63,220,213). Sum of RGB (Red+Green+Blue) = 63+220+213=496 (65% of max value = 765). Red value is 63 (25% from 255 or 12.70% from 496); Green value is 220 (86.33% from 255 or 44.35% from 496); Blue value is 213 (83.59% from 255 or 42.94% from 496); Max value from RGB is 220 - color contains mainly: green. Hex color #3FDCD5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FDCD5 is #C0232A. Grayscale: #ACACAC. Windows color (decimal): -12591915 or 14015551. OLE color: 14015551.

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

Color convert

RGB 63 220 213 -
CMYK 0.71 0 0.03 0.14
HSL 177.32º 0.69% 0.55% -
HSV(B) 177.32º 0.71% 0.86% -
XYZ 39.65 57.05 71.87 -
YUV 172.26 150.99 50.07 -
System Red Green Blue C M Y K H S L
Decimal 63 220 213 0.71 0 0.03 0.14 177.32 0.69 0.55
Hex 3F DC D5 47 0 3 E B1 45 37
Octal 77 334 325 107 0 3 16 261 105 67
Binary 111111 11011100 11010101 1000111 0 11 1110 10110001 1000101 110111

Color Harmonies of #3FDCD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FDCD5

Black with #3FDCD5

Text Example


Text Example

White with #3FDCD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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