Html Css Color HEX #3FCEBA Medium Turquoise

📋 copy color: '#3FCEBA'

red 63 ◦ green 206 ◦ blue 186

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

Shades of Medium Turquoise #3FCEBA

Tints of Medium Turquoise #3FCEBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 40.88%

R = 13.85%
G = 45.27%
B = 40.88%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#3FCEBA (or 0x3FCEBA) is known color: Medium Turquoise. HEX triplet: 3F, CE and BA. RGB value is (63,206,186). Sum of RGB (Red+Green+Blue) = 63+206+186=455 (60% of max value = 765). Red value is 63 (25% from 255 or 13.85% from 455); Green value is 206 (80.86% from 255 or 45.27% from 455); Blue value is 186 (73.05% from 255 or 40.88% from 455); Max value from RGB is 206 - color contains mainly: green. Hex color #3FCEBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FCEBA is #C03145. Grayscale: #A0A0A0. Windows color (decimal): -12595526 or 12242495. OLE color: 12242495.

HSL color Cylindrical-coordinate representation of color #3FCEBA: hue angle of 171.61º 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 #3FCEBA is Cyan = 0.69, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB 63 206 186 -
CMYK 0.69 0 0.10 0.19
HSL 171.61º 0.59% 0.53% -
HSV(B) 171.61º 0.69% 0.81% -
XYZ 32.98 48.74 54.12 -
YUV 160.96 142.12 58.13 -
System Red Green Blue C M Y K H S L
Decimal 63 206 186 0.69 0 0.10 0.19 171.61 0.59 0.53
Hex 3F CE BA 45 0 A 13 AC 3B 35
Octal 77 316 272 105 0 12 23 254 73 65
Binary 111111 11001110 10111010 1000101 0 1010 10011 10101100 111011 110101

Color Harmonies of #3FCEBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FCEBA

Black with #3FCEBA

Text Example


Text Example

White with #3FCEBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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