Html Css Color HEX #3FDCD3 Turquoise

📋 copy color: '#3FDCD3'

red 63 ◦ green 220 ◦ blue 211

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

Shades of Turquoise #3FDCD3

Tints of Turquoise #3FDCD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 42.71%

R = 12.75%
G = 44.53%
B = 42.71%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.04

 K value IS 0.14

RGB Variations

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

Color information

#3FDCD3 (or 0x3FDCD3) is known color: Turquoise. HEX triplet: 3F, DC and D3. RGB value is (63,220,211). Sum of RGB (Red+Green+Blue) = 63+220+211=494 (65% of max value = 765). Red value is 63 (25% from 255 or 12.75% from 494); Green value is 220 (86.33% from 255 or 44.53% from 494); Blue value is 211 (82.81% from 255 or 42.71% from 494); Max value from RGB is 220 - color contains mainly: green. Hex color #3FDCD3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FDCD3 is #C0232C. Grayscale: #ABABAB. Windows color (decimal): -12591917 or 13884479. OLE color: 13884479.

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

Color convert

RGB 63 220 211 -
CMYK 0.71 0 0.04 0.14
HSL 176.56º 0.69% 0.55% -
HSV(B) 176.56º 0.71% 0.86% -
XYZ 39.4 56.95 70.54 -
YUV 172.03 149.99 50.23 -
System Red Green Blue C M Y K H S L
Decimal 63 220 211 0.71 0 0.04 0.14 176.56 0.69 0.55
Hex 3F DC D3 47 0 4 E B1 45 37
Octal 77 334 323 107 0 4 16 261 105 67
Binary 111111 11011100 11010011 1000111 0 100 1110 10110001 1000101 110111

Color Harmonies of #3FDCD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FDCD3

Black with #3FDCD3

Text Example


Text Example

White with #3FDCD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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