Html Css Color HEX #3FC9DC Medium Turquoise

📋 copy color: '#3FC9DC'

red 63 ◦ green 201 ◦ blue 220

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

Shades of Medium Turquoise #3FC9DC

Tints of Medium Turquoise #3FC9DC

RGB

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

 GREEN value IS 201 (78.91% from 255) = 41.53%

 BLUE value IS 220 (86.33% from 255) = 45.45%

R = 13.02%
G = 41.53%
B = 45.45%

CMYK

 C value IS 0.71

 M value IS 0.09

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3FC9DC (or 0x3FC9DC) is known color: Medium Turquoise. HEX triplet: 3F, C9 and DC. RGB value is (63,201,220). Sum of RGB (Red+Green+Blue) = 63+201+220=484 (64% of max value = 765). Red value is 63 (25% from 255 or 13.02% from 484); Green value is 201 (78.91% from 255 or 41.53% from 484); Blue value is 220 (86.33% from 255 or 45.45% from 484); Max value from RGB is 220 - color contains mainly: blue. Hex color #3FC9DC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FC9DC is #C03623. Grayscale: #A1A1A1. Windows color (decimal): -12596772 or 14469439. OLE color: 14469439.

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

Color convert

RGB 63 201 220 -
CMYK 0.71 0.09 0 0.14
HSL 187.26º 0.69% 0.55% -
HSV(B) 187.26º 0.71% 0.86% -
XYZ 35.85 48 75.08 -
YUV 161.9 160.78 57.46 -
System Red Green Blue C M Y K H S L
Decimal 63 201 220 0.71 0.09 0 0.14 187.26 0.69 0.55
Hex 3F C9 DC 47 9 0 E BB 45 37
Octal 77 311 334 107 11 0 16 273 105 67
Binary 111111 11001001 11011100 1000111 1001 0 1110 10111011 1000101 110111

Color Harmonies of #3FC9DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FC9DC

Black with #3FC9DC

Text Example


Text Example

White with #3FC9DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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