Html Css Color HEX #3FCEBE Medium Turquoise

📋 copy color: '#3FCEBE'

red 63 ◦ green 206 ◦ blue 190

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

Shades of Medium Turquoise #3FCEBE

Tints of Medium Turquoise #3FCEBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 41.39%

R = 13.73%
G = 44.88%
B = 41.39%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.08

 K value IS 0.19

RGB Variations

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

Color information

#3FCEBE (or 0x3FCEBE) is known color: Medium Turquoise. HEX triplet: 3F, CE and BE. RGB value is (63,206,190). Sum of RGB (Red+Green+Blue) = 63+206+190=459 (60% of max value = 765). Red value is 63 (25% from 255 or 13.73% from 459); Green value is 206 (80.86% from 255 or 44.88% from 459); Blue value is 190 (74.61% from 255 or 41.39% from 459); Max value from RGB is 206 - color contains mainly: green. Hex color #3FCEBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FCEBE is #C03141. Grayscale: #A1A1A1. Windows color (decimal): -12595522 or 12504639. OLE color: 12504639.

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

Color convert

RGB 63 206 190 -
CMYK 0.69 0 0.08 0.19
HSL 173.29º 0.59% 0.53% -
HSV(B) 173.29º 0.69% 0.81% -
XYZ 33.42 48.92 56.4 -
YUV 161.42 144.12 57.8 -
System Red Green Blue C M Y K H S L
Decimal 63 206 190 0.69 0 0.08 0.19 173.29 0.59 0.53
Hex 3F CE BE 45 0 8 13 AD 3B 35
Octal 77 316 276 105 0 10 23 255 73 65
Binary 111111 11001110 10111110 1000101 0 1000 10011 10101101 111011 110101

Color Harmonies of #3FCEBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FCEBE

Black with #3FCEBE

Text Example


Text Example

White with #3FCEBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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