Html Css Color HEX #3FC9DF Medium Turquoise

📋 copy color: '#3FC9DF'

red 63 ◦ green 201 ◦ blue 223

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

Shades of Medium Turquoise #3FC9DF

Tints of Medium Turquoise #3FC9DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 45.79%

R = 12.94%
G = 41.27%
B = 45.79%

CMYK

 C value IS 0.72

 M value IS 0.10

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3FC9DF (or 0x3FC9DF) is known color: Medium Turquoise. HEX triplet: 3F, C9 and DF. RGB value is (63,201,223). Sum of RGB (Red+Green+Blue) = 63+201+223=487 (64% of max value = 765). Red value is 63 (25% from 255 or 12.94% from 487); Green value is 201 (78.91% from 255 or 41.27% from 487); Blue value is 223 (87.5% from 255 or 45.79% from 487); Max value from RGB is 223 - color contains mainly: blue. Hex color #3FC9DF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FC9DF is #C03620. Grayscale: #A2A2A2. Windows color (decimal): -12596769 or 14666047. OLE color: 14666047.

HSL color Cylindrical-coordinate representation of color #3FC9DF: hue angle of 188.25º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3FC9DF is Cyan = 0.72, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 63 201 223 -
CMYK 0.72 0.10 0 0.13
HSL 188.25º 0.71% 0.56% -
HSV(B) 188.25º 0.72% 0.87% -
XYZ 36.26 48.16 77.2 -
YUV 162.25 162.28 57.21 -
System Red Green Blue C M Y K H S L
Decimal 63 201 223 0.72 0.10 0 0.13 188.25 0.71 0.56
Hex 3F C9 DF 48 A 0 D BC 47 38
Octal 77 311 337 110 12 0 15 274 107 70
Binary 111111 11001001 11011111 1001000 1010 0 1101 10111100 1000111 111000

Color Harmonies of #3FC9DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FC9DF

Black with #3FC9DF

Text Example


Text Example

White with #3FC9DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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