Html Css Color HEX #3FDCD7 Turquoise

📋 copy color: '#3FDCD7'

red 63 ◦ green 220 ◦ blue 215

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

Shades of Turquoise #3FDCD7

Tints of Turquoise #3FDCD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 43.17%

R = 12.65%
G = 44.18%
B = 43.17%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.02

 K value IS 0.14

RGB Variations

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

Color information

#3FDCD7 (or 0x3FDCD7) is known color: Turquoise. HEX triplet: 3F, DC and D7. RGB value is (63,220,215). Sum of RGB (Red+Green+Blue) = 63+220+215=498 (65% of max value = 765). Red value is 63 (25% from 255 or 12.65% from 498); Green value is 220 (86.33% from 255 or 44.18% from 498); Blue value is 215 (84.38% from 255 or 43.17% from 498); Max value from RGB is 220 - color contains mainly: green. Hex color #3FDCD7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FDCD7 is #C02328. Grayscale: #ACACAC. Windows color (decimal): -12591913 or 14146623. OLE color: 14146623.

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

Color convert

RGB 63 220 215 -
CMYK 0.71 0 0.02 0.14
HSL 178.09º 0.69% 0.55% -
HSV(B) 178.09º 0.71% 0.86% -
XYZ 39.91 57.15 73.22 -
YUV 172.49 151.99 49.91 -
System Red Green Blue C M Y K H S L
Decimal 63 220 215 0.71 0 0.02 0.14 178.09 0.69 0.55
Hex 3F DC D7 47 0 2 E B2 45 37
Octal 77 334 327 107 0 2 16 262 105 67
Binary 111111 11011100 11010111 1000111 0 10 1110 10110010 1000101 110111

Color Harmonies of #3FDCD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FDCD7

Black with #3FDCD7

Text Example


Text Example

White with #3FDCD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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