Html Css Color HEX #3FC9DA Medium Turquoise

📋 copy color: '#3FC9DA'

red 63 ◦ green 201 ◦ blue 218

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

Shades of Medium Turquoise #3FC9DA

Tints of Medium Turquoise #3FC9DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 45.23%

R = 13.07%
G = 41.7%
B = 45.23%

CMYK

 C value IS 0.71

 M value IS 0.08

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#3FC9DA (or 0x3FC9DA) is known color: Medium Turquoise. HEX triplet: 3F, C9 and DA. RGB value is (63,201,218). Sum of RGB (Red+Green+Blue) = 63+201+218=482 (63% of max value = 765). Red value is 63 (25% from 255 or 13.07% from 482); Green value is 201 (78.91% from 255 or 41.70% from 482); Blue value is 218 (85.55% from 255 or 45.23% from 482); Max value from RGB is 218 - color contains mainly: blue. Hex color #3FC9DA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FC9DA is #C03625. Grayscale: #A1A1A1. Windows color (decimal): -12596774 or 14338367. OLE color: 14338367.

HSL color Cylindrical-coordinate representation of color #3FC9DA: hue angle of 186.58º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3FC9DA is Cyan = 0.71, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 63 201 218 -
CMYK 0.71 0.08 0 0.15
HSL 186.58º 0.68% 0.55% -
HSV(B) 186.58º 0.71% 0.85% -
XYZ 35.59 47.89 73.7 -
YUV 161.68 159.78 57.62 -
System Red Green Blue C M Y K H S L
Decimal 63 201 218 0.71 0.08 0 0.15 186.58 0.68 0.55
Hex 3F C9 DA 47 8 0 F BB 44 37
Octal 77 311 332 107 10 0 17 273 104 67
Binary 111111 11001001 11011010 1000111 1000 0 1111 10111011 1000100 110111

Color Harmonies of #3FC9DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FC9DA

Black with #3FC9DA

Text Example


Text Example

White with #3FC9DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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