Html Css Color HEX #3FCEC6 Medium Turquoise

📋 copy color: '#3FCEC6'

red 63 ◦ green 206 ◦ blue 198

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

Shades of Medium Turquoise #3FCEC6

Tints of Medium Turquoise #3FCEC6

RGB

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

 GREEN value IS 206 (80.86% from 255) = 44.11%

 BLUE value IS 198 (77.73% from 255) = 42.4%

R = 13.49%
G = 44.11%
B = 42.4%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.04

 K value IS 0.19

RGB Variations

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

Color information

#3FCEC6 (or 0x3FCEC6) is known color: Medium Turquoise. HEX triplet: 3F, CE and C6. RGB value is (63,206,198). Sum of RGB (Red+Green+Blue) = 63+206+198=467 (61% of max value = 765). Red value is 63 (25% from 255 or 13.49% from 467); Green value is 206 (80.86% from 255 or 44.11% from 467); Blue value is 198 (77.73% from 255 or 42.40% from 467); Max value from RGB is 206 - color contains mainly: green. Hex color #3FCEC6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FCEC6 is #C03139. Grayscale: #A2A2A2. Windows color (decimal): -12595514 or 13028927. OLE color: 13028927.

HSL color Cylindrical-coordinate representation of color #3FCEC6: hue angle of 176.64º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3FCEC6 is Cyan = 0.69, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.19.

Color convert

RGB 63 206 198 -
CMYK 0.69 0 0.04 0.19
HSL 176.64º 0.59% 0.53% -
HSV(B) 176.64º 0.69% 0.81% -
XYZ 34.31 49.28 61.13 -
YUV 162.33 148.12 57.15 -
System Red Green Blue C M Y K H S L
Decimal 63 206 198 0.69 0 0.04 0.19 176.64 0.59 0.53
Hex 3F CE C6 45 0 4 13 B1 3B 35
Octal 77 316 306 105 0 4 23 261 73 65
Binary 111111 11001110 11000110 1000101 0 100 10011 10110001 111011 110101

Color Harmonies of #3FCEC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FCEC6

Black with #3FCEC6

Text Example


Text Example

White with #3FCEC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,206,198); }

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

background-color css

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

 a { background-color: rgb(63,206,198); }

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

border-color css

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

 span { border-color: rgb(63,206,198); }

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