Html Css Color HEX #3FC8DC Medium Turquoise

📋 copy color: '#3FC8DC'

red 63 ◦ green 200 ◦ blue 220

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

Shades of Medium Turquoise #3FC8DC

Tints of Medium Turquoise #3FC8DC

RGB

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

 GREEN value IS 200 (78.52% from 255) = 41.41%

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

R = 13.04%
G = 41.41%
B = 45.55%

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

#3FC8DC (or 0x3FC8DC) is known color: Medium Turquoise. HEX triplet: 3F, C8 and DC. RGB value is (63,200,220). Sum of RGB (Red+Green+Blue) = 63+200+220=483 (63% of max value = 765). Red value is 63 (25% from 255 or 13.04% from 483); Green value is 200 (78.52% from 255 or 41.41% from 483); Blue value is 220 (86.33% from 255 or 45.55% from 483); Max value from RGB is 220 - color contains mainly: blue. Hex color #3FC8DC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FC8DC is #C03723. Grayscale: #A1A1A1. Windows color (decimal): -12597028 or 14469183. OLE color: 14469183.

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

Color convert

RGB 63 200 220 -
CMYK 0.71 0.09 0 0.14
HSL 187.64º 0.69% 0.55% -
HSV(B) 187.64º 0.71% 0.86% -
XYZ 35.62 47.53 75.01 -
YUV 161.32 161.11 57.87 -
System Red Green Blue C M Y K H S L
Decimal 63 200 220 0.71 0.09 0 0.14 187.64 0.69 0.55
Hex 3F C8 DC 47 9 0 E BC 45 37
Octal 77 310 334 107 11 0 16 274 105 67
Binary 111111 11001000 11011100 1000111 1001 0 1110 10111100 1000101 110111

Color Harmonies of #3FC8DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FC8DC

Black with #3FC8DC

Text Example


Text Example

White with #3FC8DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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